Home
last modified time | relevance | path

Searched refs:bch2_opt_lookup (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dsysfs.c680 int id = bch2_opt_lookup(attr->name); in SHOW()
690 int id = bch2_opt_lookup(attr->name); in STORE()
820 int opt_id = bch2_opt_lookup(attr->name); in SHOW()
849 int opt_id = bch2_opt_lookup(attr->name); in STORE()
H A Dopts.c263 int bch2_opt_lookup(const char *name) in bch2_opt_lookup() function
294 return bch2_opt_lookup(name); in bch2_mount_opt_lookup()
H A Dxattr.c420 id = bch2_opt_lookup(name); in __bch2_xattr_bcachefs_get()
505 opt_id = bch2_opt_lookup(name); in bch2_xattr_bcachefs_set()
H A Dopts.h624 int bch2_opt_lookup(const char *);