Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfs/
Dfile.c607 unsigned int mntflags = NFS_SERVER(inode)->flags; in nfs_file_write() local
651 if (mntflags & NFS_MOUNT_WRITE_EAGER) { in nfs_file_write()
658 if (mntflags & NFS_MOUNT_WRITE_WAIT) { in nfs_file_write()
Dwrite.c712 unsigned int mntflags = NFS_SERVER(inode)->flags; in nfs_writepages() local
722 if (!(mntflags & NFS_MOUNT_WRITE_EAGER) || wbc->for_kupdate || in nfs_writepages()