Lines Matching refs:how
1363 static int flush_task_priority(int how) in flush_task_priority() argument
1365 switch (how & (FLUSH_HIGHPRI|FLUSH_LOWPRI)) { in flush_task_priority()
1377 struct rpc_task_setup *task_setup_data, int how) in nfs_initiate_write() argument
1379 int priority = flush_task_priority(how); in nfs_initiate_write()
1663 int how, int flags) in nfs_initiate_commit() argument
1666 int priority = flush_task_priority(how); in nfs_initiate_commit()
1691 if (how & FLUSH_SYNC) in nfs_initiate_commit()
1783 nfs_commit_list(struct inode *inode, struct list_head *head, int how, in nfs_commit_list() argument
1801 data->mds_ops, how, RPC_TASK_CRED_NOREF); in nfs_commit_list()
1894 int how, struct nfs_commit_info *cinfo) in nfs_generic_commit_list() argument
1898 status = pnfs_commit_list(inode, head, how, cinfo); in nfs_generic_commit_list()
1900 status = nfs_commit_list(inode, head, how, cinfo); in nfs_generic_commit_list()
1904 static int __nfs_commit_inode(struct inode *inode, int how, in __nfs_commit_inode() argument
1909 int may_wait = how & FLUSH_SYNC; in __nfs_commit_inode()
1912 how &= ~FLUSH_SYNC; in __nfs_commit_inode()
1919 ret = nfs_generic_commit_list(inode, &head, how, &cinfo); in __nfs_commit_inode()
1939 int nfs_commit_inode(struct inode *inode, int how) in nfs_commit_inode() argument
1941 return __nfs_commit_inode(inode, how, NULL); in nfs_commit_inode()