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

/linux-master/include/linux/
H A Dnfs4.h522 #define FATTR4_WORD0_SYMLINK_SUPPORT BIT(FATTR4_SYMLINK_SUPPORT) macro
/linux-master/fs/nfsd/
H A Dnfsd.h385 | FATTR4_WORD0_SYMLINK_SUPPORT | FATTR4_WORD0_NAMED_ATTR | FATTR4_WORD0_FSID \
/linux-master/fs/nfs/
H A Dnfs4xdr.c3424 if (unlikely(bitmap[0] & (FATTR4_WORD0_SYMLINK_SUPPORT - 1U)))
3426 if (likely(bitmap[0] & FATTR4_WORD0_SYMLINK_SUPPORT)) {
3431 bitmap[0] &= ~FATTR4_WORD0_SYMLINK_SUPPORT;
H A Dnfs4proc.c3876 FATTR4_WORD0_SYMLINK_SUPPORT |

Completed in 372 milliseconds