Searched refs:constant_table (Results 1 – 21 of 21) sorted by relevance
/Linux-v6.6/include/linux/ |
D | fs_parser.h | 15 struct constant_table { struct 82 extern int lookup_constant(const struct constant_table tbl[], const char *name, int not_found); 85 extern bool validate_constant_table(const struct constant_table *tbl, size_t tbl_size, 90 static inline bool validate_constant_table(const struct constant_table *tbl, size_t tbl_size, in validate_constant_table()
|
/Linux-v6.6/fs/ |
D | fs_parser.c | 16 static const struct constant_table bool_names[] = { 26 static const struct constant_table * 27 __lookup_constant(const struct constant_table *tbl, const char *name) in __lookup_constant() 41 int lookup_constant(const struct constant_table *tbl, const char *name, int not_found) in lookup_constant() 43 const struct constant_table *p = __lookup_constant(tbl, name); in lookup_constant() 256 const struct constant_table *c; in fs_param_is_enum() 334 bool validate_constant_table(const struct constant_table *tbl, size_t tbl_size, in validate_constant_table()
|
D | fs_context.c | 41 static const struct constant_table common_set_sb_flag[] = { 50 static const struct constant_table common_clear_sb_flag[] = {
|
/Linux-v6.6/fs/overlayfs/ |
D | params.h | 10 extern const struct constant_table ovl_parameter_redirect_dir[];
|
D | params.c | 62 static const struct constant_table ovl_parameter_bool[] = { 68 static const struct constant_table ovl_parameter_uuid[] = { 86 static const struct constant_table ovl_parameter_xino[] = { 103 const struct constant_table ovl_parameter_redirect_dir[] = { 123 static const struct constant_table ovl_parameter_verity[] = {
|
/Linux-v6.6/fs/nfs/ |
D | fs_context.c | 104 static const struct constant_table nfs_param_enums_local_lock[] = { 118 static const struct constant_table nfs_param_enums_lookupcache[] = { 132 static const struct constant_table nfs_param_enums_write[] = { 214 static const struct constant_table nfs_vers_tokens[] = { 234 static const struct constant_table nfs_xprt_protocol_tokens[] = { 259 static const struct constant_table nfs_secflavor_tokens[] = { 282 static const struct constant_table nfs_xprtsec_policies[] = {
|
/Linux-v6.6/fs/jffs2/ |
D | super.c | 170 static const struct constant_table jffs2_param_compr[] = {
|
/Linux-v6.6/net/ceph/ |
D | ceph_common.c | 258 static const struct constant_table ceph_param_read_from_replica[] = { 273 static const struct constant_table ceph_param_ms_mode[] = {
|
/Linux-v6.6/fs/erofs/ |
D | super.c | 453 static const struct constant_table erofs_param_cache_strategy[] = { 460 static const struct constant_table erofs_dax_param_enums[] = {
|
/Linux-v6.6/fs/gfs2/ |
D | ops_fstype.c | 1395 static const struct constant_table gfs2_param_quota[] = { 1408 static const struct constant_table gfs2_param_data[] = { 1419 static const struct constant_table gfs2_param_errors[] = {
|
/Linux-v6.6/Documentation/filesystems/ |
D | mount_api.rst | 738 int lookup_constant(const struct constant_table tbl[], 744 struct constant_table { 754 bool validate_constant_table(const struct constant_table *tbl,
|
/Linux-v6.6/fs/squashfs/ |
D | super.c | 59 static const struct constant_table squashfs_param_errors[] = {
|
/Linux-v6.6/fs/afs/ |
D | super.c | 77 static const struct constant_table afs_param_flock[] = {
|
/Linux-v6.6/drivers/android/ |
D | binderfs.c | 64 static const struct constant_table binderfs_param_stats[] = {
|
/Linux-v6.6/fs/exfat/ |
D | super.c | 220 static const struct constant_table exfat_param_enums[] = {
|
/Linux-v6.6/fs/ext4/ |
D | super.c | 1684 static const struct constant_table ext4_param_errors[] = { 1691 static const struct constant_table ext4_param_data[] = { 1698 static const struct constant_table ext4_param_data_err[] = { 1704 static const struct constant_table ext4_param_jqfmt[] = { 1711 static const struct constant_table ext4_param_dax[] = {
|
/Linux-v6.6/fs/ceph/ |
D | super.c | 179 static const struct constant_table ceph_param_recover[] = {
|
/Linux-v6.6/fs/fuse/ |
D | virtio_fs.c | 92 static const struct constant_table dax_param_enums[] = {
|
/Linux-v6.6/fs/xfs/ |
D | xfs_super.c | 85 static const struct constant_table dax_param_enums[] = {
|
/Linux-v6.6/mm/ |
D | shmem.c | 3851 static const struct constant_table shmem_param_enums_huge[] = {
|
/Linux-v6.6/drivers/block/ |
D | rbd.c | 801 static const struct constant_table rbd_param_compression_hint[] = {
|