/fs/nfs/ |
D | write.c | 934 static int flush_task_priority(int how) in flush_task_priority() argument 936 switch (how & (FLUSH_HIGHPRI|FLUSH_LOWPRI)) { in flush_task_priority() 948 int how, int flags) in nfs_initiate_write() argument 951 int priority = flush_task_priority(how); in nfs_initiate_write() 986 if (how & FLUSH_SYNC) { in nfs_initiate_write() 1002 int how, struct nfs_commit_info *cinfo) in nfs_write_rpcsetup() argument 1019 switch (how & (FLUSH_STABLE | FLUSH_COND_STABLE)) { in nfs_write_rpcsetup() 1037 int how) in nfs_do_write() argument 1041 return nfs_initiate_write(NFS_CLIENT(inode), data, call_ops, how, 0); in nfs_do_write() 1046 int how) in nfs_do_multiple_writes() argument [all …]
|
D | pnfs.h | 109 int how, 117 enum pnfs_try_status (*write_pagelist) (struct nfs_write_data *nfs_data, int how); 288 pnfs_commit_list(struct inode *inode, struct list_head *mds_pages, int how, in pnfs_commit_list() argument 293 return NFS_SERVER(inode)->pnfs_curr_ld->commit_pagelist(inode, mds_pages, how, cinfo); in pnfs_commit_list() 466 pnfs_commit_list(struct inode *inode, struct list_head *mds_pages, int how, in pnfs_commit_list() argument
|
D | internal.h | 401 int how, int flags); 407 int how, int flags); 420 int how, struct nfs_commit_info *cinfo);
|
D | nfs4filelayout.c | 1099 static int filelayout_initiate_commit(struct nfs_commit_data *data, int how) in filelayout_initiate_commit() argument 1114 data->inode->i_ino, how, atomic_read(&ds->ds_clp->cl_count)); in filelayout_initiate_commit() 1122 &filelayout_commit_call_ops, how, in filelayout_initiate_commit() 1247 int how, struct nfs_commit_info *cinfo) in filelayout_commit_pagelist() argument 1277 data->mds_ops, how, 0); in filelayout_commit_pagelist() 1283 filelayout_initiate_commit(data, how); in filelayout_commit_pagelist()
|
D | file.c | 485 int how = FLUSH_SYNC; in nfs_release_page() local 489 how = 0; in nfs_release_page() 490 nfs_commit_inode(mapping->host, how); in nfs_release_page()
|
D | pnfs.c | 1554 int how) in pnfs_try_to_write_data() argument 1564 inode->i_ino, wdata->args.count, wdata->args.offset, how); in pnfs_try_to_write_data() 1565 trypnfs = nfss->pnfs_curr_ld->write_pagelist(wdata, how); in pnfs_try_to_write_data() 1573 pnfs_do_multiple_writes(struct nfs_pageio_descriptor *desc, struct list_head *head, int how) in pnfs_do_multiple_writes() argument 1586 trypnfs = pnfs_try_to_write_data(data, call_ops, lseg, how); in pnfs_do_multiple_writes()
|
/fs/autofs4/ |
D | expire.c | 317 int how) in autofs4_expire_direct() argument 321 int do_now = how & AUTOFS_EXP_IMMEDIATE; in autofs4_expire_direct() 358 int how) in autofs4_expire_indirect() argument 364 int do_now = how & AUTOFS_EXP_IMMEDIATE; in autofs4_expire_indirect() 365 int exp_leaves = how & AUTOFS_EXP_LEAVES; in autofs4_expire_indirect()
|
D | dev-ioctl.c | 458 int how; in autofs_dev_ioctl_expire() local 460 how = param->expire.how; in autofs_dev_ioctl_expire() 463 return autofs4_do_expire_multi(sbi->sb, mnt, sbi, how); in autofs_dev_ioctl_expire()
|
D | autofs_i.h | 174 struct autofs_sb_info *sbi, int how); 177 struct autofs_sb_info *sbi, int how);
|
/fs/nfs/objlayout/ |
D | objlayout.h | 123 extern int objio_write_pagelist(struct nfs_write_data *wdata, int how); 175 int how);
|
D | objlayout.c | 355 int how) in objlayout_write_pagelist() argument 364 err = objio_write_pagelist(wdata, how); in objlayout_write_pagelist()
|
D | objio_osd.c | 534 int objio_write_pagelist(struct nfs_write_data *wdata, int how) in objio_write_pagelist() argument 547 objios->sync = 0 != (how & FLUSH_SYNC); in objio_write_pagelist()
|
/fs/reiserfs/ |
D | README | 39 If you have doubts about how to properly do that, or about what is 40 fair, ask. (Last I spoke with him Richard was contemplating how best 53 Linux provider put them. There is some disagreement about how useful 127 of how we could use the hashing code in making 32 bit NFS cookies work
|
/fs/ |
D | Kconfig.binfmt | 173 <file:Documentation/binfmt_misc.txt> to learn how to use this 174 feature, <file:Documentation/java.txt> for information about how 176 information about how to include Mono-based .NET support.
|
D | namei.c | 3693 int how = 0; in SYSCALL_DEFINE5() local 3706 how = LOOKUP_EMPTY; in SYSCALL_DEFINE5() 3710 how |= LOOKUP_FOLLOW; in SYSCALL_DEFINE5() 3712 error = user_path_at(olddfd, oldname, how, &old_path); in SYSCALL_DEFINE5() 3717 (how & LOOKUP_REVAL)); in SYSCALL_DEFINE5() 3734 if (retry_estale(error, how)) { in SYSCALL_DEFINE5() 3735 how |= LOOKUP_REVAL; in SYSCALL_DEFINE5()
|
/fs/ncpfs/ |
D | Kconfig | 19 General information about how to connect Linux, Windows machines and
|
/fs/nfsd/ |
D | vfs.c | 632 int how; member 700 err2 = nfsd_permission(rqstp, export, dentry, map->how); in nfsd_access()
|
/fs/befs/ |
D | ChangeLog | 58 * Added support for long symlinks, after Axel Dorfler explained up how
|
/fs/cifs/ |
D | README | 58 for your distribution on how to install a new kernel (usually you
|