Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dexportfs.h245 #define EXPORT_OP_NOATOMIC_ATTR (0x10) /* Filesystem cannot supply macro
/linux/fs/nfs/
H A Dexport.c156 EXPORT_OP_NOATOMIC_ATTR |
/linux/Documentation/filesystems/nfs/
H A Dexporting.rst226 EXPORT_OP_NOATOMIC_ATTR - Filesystem does not update attributes atomically
227 EXPORT_OP_NOATOMIC_ATTR indicates that the exported filesystem
/linux/fs/nfsd/
H A Dnfsfh.c283 if (dentry->d_sb->s_export_op->flags & EXPORT_OP_NOATOMIC_ATTR) in nfsd_set_fh_dentry()