Home
last modified time | relevance | path

Searched refs:ox (Results 1 – 5 of 5) sorted by relevance

/linux/fs/overlayfs/
A Doverlayfs.h120 static inline const char *ovl_xattr(struct ovl_fs *ofs, enum ovl_xattr ox) in ovl_xattr() argument
122 return ovl_xattr_table[ox][ofs->config.userxattr]; in ovl_xattr()
186 enum ovl_xattr ox, void *value, in ovl_do_getxattr() argument
189 const char *name = ovl_xattr(ofs, ox); in ovl_do_getxattr()
199 enum ovl_xattr ox, const void *value, in ovl_do_setxattr() argument
202 const char *name = ovl_xattr(ofs, ox); in ovl_do_setxattr()
210 enum ovl_xattr ox) in ovl_do_removexattr() argument
212 const char *name = ovl_xattr(ofs, ox); in ovl_do_removexattr()
335 enum ovl_xattr ox);
337 enum ovl_xattr ox, const void *value, size_t size,
[all …]
A Dnamei.c109 enum ovl_xattr ox) in ovl_get_fh() argument
114 res = ovl_do_getxattr(ofs, dentry, ox, NULL, 0); in ovl_get_fh()
128 res = ovl_do_getxattr(ofs, dentry, ox, fh->buf, res); in ovl_get_fh()
424 enum ovl_xattr ox, const struct ovl_fh *fh) in ovl_verify_fh() argument
426 struct ovl_fh *ofh = ovl_get_fh(ofs, dentry, ox); in ovl_verify_fh()
451 enum ovl_xattr ox, struct dentry *real, bool is_upper, in ovl_verify_set_fh() argument
465 err = ovl_verify_fh(ofs, dentry, ox, fh); in ovl_verify_set_fh()
467 err = ovl_do_setxattr(ofs, dentry, ox, fh->buf, fh->fb.len); in ovl_verify_set_fh()
A Dutil.c567 enum ovl_xattr ox) in ovl_check_dir_xattr() argument
575 res = ovl_do_getxattr(OVL_FS(sb), dentry, ox, &val, 1); in ovl_check_dir_xattr()
607 enum ovl_xattr ox, const void *value, size_t size, in ovl_check_setxattr() argument
615 err = ovl_do_setxattr(ofs, upperdentry, ox, value, size); in ovl_check_setxattr()
618 pr_warn("cannot set %s xattr on upper\n", ovl_xattr(ofs, ox)); in ovl_check_setxattr()
/linux/drivers/iio/magnetometer/
A Dyamaha-yas530.c701 static int yas5xx_set_offsets(struct yas5xx *yas5xx, s8 ox, s8 oy1, s8 oy2) in yas5xx_set_offsets() argument
705 ret = regmap_write(yas5xx->map, YAS5XX_OFFSET_X, ox); in yas5xx_set_offsets()
728 s8 ox, oy1, oy2; in yas5xx_meaure_offsets() local
761 ox = 0; in yas5xx_meaure_offsets()
766 ret = yas5xx_set_offsets(yas5xx, ox, oy1, oy2); in yas5xx_meaure_offsets()
776 ox = yas5xx_adjust_offset(ox, i, center, x); in yas5xx_meaure_offsets()
782 yas5xx->hard_offsets[0] = ox; in yas5xx_meaure_offsets()
785 ret = yas5xx_set_offsets(yas5xx, ox, oy1, oy2); in yas5xx_meaure_offsets()
790 ox, oy1, oy2); in yas5xx_meaure_offsets()
/linux/
A DCREDITS588 E: callahan@maths.ox.ac.uk

Completed in 13 milliseconds