Searched refs:__fsparam (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | fs_parser.h | 107 #define __fsparam(TYPE, NAME, OPT, FLAGS, DATA) \ macro 116 #define fsparam_flag(NAME, OPT) __fsparam(NULL, NAME, OPT, 0, NULL) 118 __fsparam(NULL, NAME, OPT, fs_param_neg_with_no, NULL) 119 #define fsparam_bool(NAME, OPT) __fsparam(fs_param_is_bool, NAME, OPT, 0, NULL) 120 #define fsparam_u32(NAME, OPT) __fsparam(fs_param_is_u32, NAME, OPT, 0, NULL) 122 __fsparam(fs_param_is_u32, NAME, OPT, 0, (void *)8) 124 __fsparam(fs_param_is_u32_hex, NAME, OPT, 0, (void *)16) 125 #define fsparam_s32(NAME, OPT) __fsparam(fs_param_is_s32, NAME, OPT, 0, NULL) 126 #define fsparam_u64(NAME, OPT) __fsparam(fs_param_is_u64, NAME, OPT, 0, NULL) 127 #define fsparam_enum(NAME, OPT, array) __fsparam(fs_param_is_enum, NAME, OPT, 0, array) [all …]
|
/openbmc/linux/fs/exfat/ |
H A D | super.c | 240 __fsparam(NULL, "utf8", Opt_utf8, fs_param_deprecated, 242 __fsparam(NULL, "debug", Opt_debug, fs_param_deprecated, 244 __fsparam(fs_param_is_u32, "namecase", Opt_namecase, 246 __fsparam(fs_param_is_u32, "codepage", Opt_codepage,
|
/openbmc/linux/fs/overlayfs/ |
H A D | params.c | 143 __fsparam(fs_param_is_string, NAME, OPT, fs_param_can_be_empty, NULL)
|
/openbmc/linux/net/ceph/ |
H A D | ceph_common.c | 284 __fsparam (NULL, "cephx_require_signatures", Opt_cephx_require_signatures,
|
/openbmc/linux/fs/nfs/ |
H A D | fs_context.c | 156 __fsparam(NULL, "intr", Opt_intr,
|
/openbmc/linux/Documentation/filesystems/ |
H A D | mount_api.rst | 694 An addition macro, __fsparam() is provided that takes an additional pair
|
/openbmc/linux/fs/ext4/ |
H A D | super.c | 1729 __fsparam(fs_param_is_string, NAME, OPT, fs_param_can_be_empty, NULL)
|