Home
last modified time | relevance | path

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

/fs/nfs/
A Dfile.c654 unsigned int mntflags = NFS_SERVER(inode)->flags; in nfs_file_write() local
696 if (mntflags & NFS_MOUNT_WRITE_EAGER) { in nfs_file_write()
703 if (mntflags & NFS_MOUNT_WRITE_WAIT) { in nfs_file_write()
A Dwrite.c707 unsigned int mntflags = NFS_SERVER(inode)->flags; in nfs_writepages() local
722 if (!(mntflags & NFS_MOUNT_WRITE_EAGER) || wbc->for_kupdate || in nfs_writepages()
743 if (err == -EAGAIN && mntflags & NFS_MOUNT_SOFTERR) in nfs_writepages()
1295 unsigned int mntflags = NFS_SERVER(inode)->flags; in nfs_can_extend_write() local
1297 if (mntflags & NFS_MOUNT_NO_ALIGNWRITE) in nfs_can_extend_write()

Completed in 11 milliseconds