Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 6 of 6) sorted by relevance

/fs/romfs/
A Dsuper.c159 offset = be32_to_cpu(ri.spec) & ROMFH_MASK; in romfs_readdir()
189 ino = be32_to_cpu(ri.spec); in romfs_readdir()
220 offset = be32_to_cpu(ri.spec) & ROMFH_MASK; in romfs_lookup()
241 offset = be32_to_cpu(ri.spec) & ROMFH_MASK; in romfs_lookup()
292 pos = be32_to_cpu(ri.spec) & ROMFH_MASK; in romfs_iget()
343 nextfh = be32_to_cpu(ri.spec); in romfs_iget()
/fs/crypto/
A Dfscrypt_private.h668 const struct fscrypt_key_specifier *spec) in master_key_spec_type() argument
670 switch (spec->type) { in master_key_spec_type()
679 static inline int master_key_spec_len(const struct fscrypt_key_specifier *spec) in master_key_spec_len() argument
681 switch (spec->type) { in master_key_spec_len()
A Dkeyring.c142 static inline bool valid_key_spec(const struct fscrypt_key_specifier *spec) in valid_key_spec() argument
144 if (spec->__reserved) in valid_key_spec()
146 return master_key_spec_len(spec) != 0; in valid_key_spec()
/fs/ext4/
A Dsuper.c1967 unsigned int spec; member
2044 ctx->spec |= EXT4_SPEC_JQUOTA; in note_qf_name()
2059 ctx->spec |= EXT4_SPEC_JQUOTA; in unnote_qf_name()
2193 ctx->spec |= EXT4_SPEC_JQFMT; in ext4_parse_param()
2199 ctx->spec |= EXT4_SPEC_DATAJ; in ext4_parse_param()
2262 ctx->spec |= EXT4_SPEC_s_stripe; in ext4_parse_param()
2266 ctx->spec |= EXT4_SPEC_s_resuid; in ext4_parse_param()
2548 if (ctx->spec & EXT4_SPEC_JQFMT) in ext4_apply_quota_options()
2907 for (spec = ext4_param_specs; spec->name != NULL; spec++) in token2str()
2908 if (spec->opt == token && !spec->type) in token2str()
[all …]
/fs/ext2/
A Dsuper.c484 unsigned int spec; member
544 ctx->spec |= EXT2_SPEC_s_resuid; in ext2_parse_param()
548 ctx->spec |= EXT2_SPEC_s_resgid; in ext2_parse_param()
864 if (ctx->spec & EXT2_SPEC_s_resuid) in ext2_set_options()
870 if (ctx->spec & EXT2_SPEC_s_resgid) in ext2_set_options()
/fs/ocfs2/
A Ddlmglue.c2147 static u64 ocfs2_pack_timespec(struct timespec64 *spec) in ocfs2_pack_timespec() argument
2150 u64 sec = clamp_t(time64_t, spec->tv_sec, 0, 0x3ffffffffull); in ocfs2_pack_timespec()
2151 u32 nsec = spec->tv_nsec; in ocfs2_pack_timespec()
2201 static void ocfs2_unpack_timespec(struct timespec64 *spec, in ocfs2_unpack_timespec() argument
2204 spec->tv_sec = packed_time >> OCFS2_SEC_SHIFT; in ocfs2_unpack_timespec()
2205 spec->tv_nsec = packed_time & OCFS2_NSEC_MASK; in ocfs2_unpack_timespec()

Completed in 48 milliseconds