Home
last modified time | relevance | path

Searched refs:mntflags (Results 1 – 2 of 2) sorted by relevance

/linux/fs/nfs/
H A Dfile.c700 unsigned int mntflags = NFS_SERVER(inode)->flags; in nfs_file_write() local
744 if (mntflags & NFS_MOUNT_WRITE_EAGER) { in nfs_file_write()
751 if (mntflags & NFS_MOUNT_WRITE_WAIT) { in nfs_file_write()
H A Dwrite.c655 unsigned int mntflags = NFS_SERVER(inode)->flags; in nfs_writepages() local
672 if (!(mntflags & NFS_MOUNT_WRITE_EAGER) || wbc->for_kupdate || in nfs_writepages()
693 if (err == -EAGAIN && mntflags & NFS_MOUNT_SOFTERR) in nfs_writepages()
1255 unsigned int mntflags = NFS_SERVER(inode)->flags; in nfs_can_extend_write() local
1257 if (mntflags & NFS_MOUNT_NO_ALIGNWRITE) in nfs_can_extend_write()