Lines Matching refs:how
1368 static int flush_task_priority(int how) in flush_task_priority() argument
1370 switch (how & (FLUSH_HIGHPRI|FLUSH_LOWPRI)) { in flush_task_priority()
1382 struct rpc_task_setup *task_setup_data, int how) in nfs_initiate_write() argument
1384 int priority = flush_task_priority(how); in nfs_initiate_write()
1664 int how, int flags, in nfs_initiate_commit() argument
1668 int priority = flush_task_priority(how); in nfs_initiate_commit()
1695 return nfs_local_commit(localio, data, call_ops, how); in nfs_initiate_commit()
1700 if (how & FLUSH_SYNC) in nfs_initiate_commit()
1792 nfs_commit_list(struct inode *inode, struct list_head *head, int how, in nfs_commit_list() argument
1818 data->mds_ops, how, in nfs_commit_list()
1907 int how, struct nfs_commit_info *cinfo) in nfs_generic_commit_list() argument
1911 status = pnfs_commit_list(inode, head, how, cinfo); in nfs_generic_commit_list()
1913 status = nfs_commit_list(inode, head, how, cinfo); in nfs_generic_commit_list()
1917 static int __nfs_commit_inode(struct inode *inode, int how, in __nfs_commit_inode() argument
1922 int may_wait = how & FLUSH_SYNC; in __nfs_commit_inode()
1925 how &= ~FLUSH_SYNC; in __nfs_commit_inode()
1932 ret = nfs_generic_commit_list(inode, &head, how, &cinfo); in __nfs_commit_inode()
1952 int nfs_commit_inode(struct inode *inode, int how) in nfs_commit_inode() argument
1954 return __nfs_commit_inode(inode, how, NULL); in nfs_commit_inode()