Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfs_parser.h29 fs_param_type fs_param_is_bool, fs_param_is_u32, fs_param_is_s32, fs_param_is_u64, variable
124 #define fsparam_s32(NAME, OPT) __fsparam(fs_param_is_s32, NAME, OPT, 0, NULL)
/OK3568_Linux_fs/kernel/fs/
H A Dfs_parser.c222 int fs_param_is_s32(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_s32() function
230 EXPORT_SYMBOL(fs_param_is_s32);
/OK3568_Linux_fs/kernel/net/ceph/
H A Dceph_common.c304 __fsparam (fs_param_is_s32, "osdtimeout", Opt_osdtimeout,
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dmount_api.rst652 fs_param_is_s32 32-bit signed int result->int_32
685 fsparam_s32() fs_param_is_s32