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

/linux-master/fs/xfs/
H A Dxfs_attr_list.c61 struct xfs_attr_sf_entry *sfe; local
83 for (i = 0, sfe = xfs_attr_sf_firstentry(sf); i < sf->count; i++) {
85 !xfs_attr_namecheck(sfe->nameval,
86 sfe->namelen))) {
91 sfe->flags,
92 sfe->nameval,
93 (int)sfe->namelen,
94 (int)sfe->valuelen);
101 sfe = xfs_attr_sf_nextentry(sfe);
[all...]
/linux-master/fs/xfs/scrub/
H A Dattr.c532 struct xfs_attr_sf_entry *sfe = xfs_attr_sf_firstentry(sf); local
541 if ((unsigned char *)sfe > end) {
547 unsigned char *name = sfe->nameval;
548 unsigned char *value = &sfe->nameval[sfe->namelen];
553 next = xfs_attr_sf_nextentry(sfe);
560 (char *)sfe - (char *)sf,
568 sfe->namelen)) {
575 sfe->valuelen)) {
580 sfe
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c709 struct xfs_attr_sf_entry *sfe; local
711 for (sfe = xfs_attr_sf_firstentry(sf);
712 sfe < xfs_attr_sf_endptr(sf);
713 sfe = xfs_attr_sf_nextentry(sfe)) {
714 if (xfs_attr_match(args, sfe->namelen, sfe->nameval,
715 sfe->flags))
716 return sfe;
735 struct xfs_attr_sf_entry *sfe; local
787 struct xfs_attr_sf_entry *sfe; local
852 struct xfs_attr_sf_entry *sfe; local
873 struct xfs_attr_sf_entry *sfe; local
[all...]
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h3857 uint64_t sfe:1; member in struct:cvmx_mio_uartx_sfe::cvmx_mio_uartx_sfe_s
3859 uint64_t sfe:1;
4272 uint64_t sfe:1; member in struct:cvmx_mio_uart2_sfe::cvmx_mio_uart2_sfe_s
4274 uint64_t sfe:1;

Completed in 142 milliseconds