Home
last modified time | relevance | path

Searched refs:sfe (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_attr_list.c59 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_list() local
83 for (i = 0, sfe = &sf->list[0]; i < sf->hdr.count; i++) { in xfs_attr_shortform_list()
85 !xfs_attr_namecheck(sfe->nameval, in xfs_attr_shortform_list()
86 sfe->namelen))) in xfs_attr_shortform_list()
89 sfe->flags, in xfs_attr_shortform_list()
90 sfe->nameval, in xfs_attr_shortform_list()
91 (int)sfe->namelen, in xfs_attr_shortform_list()
92 (int)sfe->valuelen); in xfs_attr_shortform_list()
99 sfe = xfs_attr_sf_nextentry(sfe); in xfs_attr_shortform_list()
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_attr_list.c60 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_list() local
83 for (i = 0, sfe = &sf->list[0]; i < sf->hdr.count; i++) { in xfs_attr_shortform_list()
85 !xfs_attr_namecheck(sfe->nameval, in xfs_attr_shortform_list()
86 sfe->namelen))) in xfs_attr_shortform_list()
89 sfe->flags, in xfs_attr_shortform_list()
90 sfe->nameval, in xfs_attr_shortform_list()
91 (int)sfe->namelen, in xfs_attr_shortform_list()
92 (int)sfe->valuelen); in xfs_attr_shortform_list()
99 sfe = xfs_attr_sf_nextentry(sfe); in xfs_attr_shortform_list()
[all...]
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dattr.c531 struct xfs_attr_sf_entry *sfe; in xchk_xattr_check_sf() local
545 sfe = &sf->list[0]; in xchk_xattr_check_sf()
546 if ((unsigned char *)sfe > end) { in xchk_xattr_check_sf()
552 unsigned char *name = sfe->nameval; in xchk_xattr_check_sf()
553 unsigned char *value = &sfe->nameval[sfe->namelen]; in xchk_xattr_check_sf()
558 next = xfs_attr_sf_nextentry(sfe); in xchk_xattr_check_sf()
565 (char *)sfe - (char *)sf, in xchk_xattr_check_sf()
573 sfe->namelen)) { in xchk_xattr_check_sf()
580 sfe in xchk_xattr_check_sf()
[all...]
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c684 struct xfs_attr_sf_entry *sfe; in xfs_attr_sf_findname() local
691 sfe = &sf->list[0]; in xfs_attr_sf_findname()
693 for (i = 0; i < end; sfe = xfs_attr_sf_nextentry(sfe), in xfs_attr_sf_findname()
695 size = xfs_attr_sf_entsize(sfe); in xfs_attr_sf_findname()
696 if (!xfs_attr_match(args, sfe->namelen, sfe->nameval, in xfs_attr_sf_findname()
697 sfe->flags)) in xfs_attr_sf_findname()
703 *sfep = sfe; in xfs_attr_sf_findname()
723 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_add() local
785 struct xfs_attr_sf_entry *sfe; xfs_attr_shortform_remove() local
847 struct xfs_attr_sf_entry *sfe; xfs_attr_shortform_lookup() local
878 struct xfs_attr_sf_entry *sfe; xfs_attr_shortform_getvalue() local
905 struct xfs_attr_sf_entry *sfe; xfs_attr_shortform_to_leaf() local
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c716 struct xfs_attr_sf_entry *sfe; in xfs_attr_sf_findname() local
723 sfe = &sf->list[0]; in xfs_attr_sf_findname()
725 for (i = 0; i < end; sfe = xfs_attr_sf_nextentry(sfe), in xfs_attr_sf_findname()
727 size = xfs_attr_sf_entsize(sfe); in xfs_attr_sf_findname()
728 if (!xfs_attr_match(args, sfe->namelen, sfe->nameval, in xfs_attr_sf_findname()
729 sfe->flags)) in xfs_attr_sf_findname()
735 *sfep = sfe; in xfs_attr_sf_findname()
755 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_add() local
815 struct xfs_attr_sf_entry *sfe; xfs_attr_sf_removename() local
884 struct xfs_attr_sf_entry *sfe; xfs_attr_shortform_lookup() local
915 struct xfs_attr_sf_entry *sfe; xfs_attr_shortform_getvalue() local
938 struct xfs_attr_sf_entry *sfe; xfs_attr_shortform_to_leaf() local
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h3857 uint64_t sfe:1; member
3859 uint64_t sfe:1;
4272 uint64_t sfe:1; member
4274 uint64_t sfe:1;
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h3857 uint64_t sfe:1; member
3859 uint64_t sfe:1;
4272 uint64_t sfe:1; member
4274 uint64_t sfe:1;

Completed in 23 milliseconds