/fs/autofs/ |
D | expire.c | 12 unsigned long timeout, unsigned int how) in autofs_can_expire() argument 20 if (!(how & AUTOFS_EXP_IMMEDIATE)) { in autofs_can_expire() 30 struct dentry *dentry, unsigned int how) in autofs_mount_busy() argument 52 if (how & AUTOFS_EXP_FORCED) { in autofs_mount_busy() 153 unsigned int how) in autofs_direct_busy() argument 158 if (how & AUTOFS_EXP_FORCED) in autofs_direct_busy() 172 if (!autofs_can_expire(top, timeout, how)) in autofs_direct_busy() 185 unsigned int how) in autofs_tree_busy() argument 207 if (autofs_mount_busy(mnt, p, how)) { in autofs_tree_busy() 231 if (how & AUTOFS_EXP_FORCED) in autofs_tree_busy() [all …]
|
D | dev-ioctl.c | 464 int how; in autofs_dev_ioctl_expire() local 466 how = param->expire.how; in autofs_dev_ioctl_expire() 469 return autofs_do_expire_multi(sbi->sb, mnt, sbi, how); in autofs_dev_ioctl_expire()
|
D | autofs_i.h | 161 struct autofs_sb_info *sbi, unsigned int how);
|
/fs/ |
D | open.c | 1007 struct open_how how = { in build_open_how() local 1013 if (how.flags & O_PATH) in build_open_how() 1014 how.flags &= O_PATH_FLAGS; in build_open_how() 1016 if (!WILL_CREATE(how.flags)) in build_open_how() 1017 how.mode = 0; in build_open_how() 1018 return how; in build_open_how() 1021 inline int build_open_flags(const struct open_how *how, struct open_flags *op) in build_open_flags() argument 1023 u64 flags = how->flags; in build_open_flags() 1045 if (how->resolve & ~VALID_RESOLVE_FLAGS) in build_open_flags() 1049 if ((how->resolve & RESOLVE_BENEATH) && (how->resolve & RESOLVE_IN_ROOT)) in build_open_flags() [all …]
|
D | Kconfig.binfmt | 185 <file:Documentation/admin-guide/binfmt-misc.rst> to learn how to use this 186 feature, <file:Documentation/admin-guide/java.rst> for information about how 188 information about how to include Mono-based .NET support.
|
D | internal.h | 135 extern int build_open_flags(const struct open_how *how, struct open_flags *op);
|
D | namespace.c | 1473 static bool disconnect_mount(struct mount *mnt, enum umount_tree_flags how) in disconnect_mount() argument 1476 if (how & UMOUNT_SYNC) in disconnect_mount() 1491 if (how & UMOUNT_CONNECTED) in disconnect_mount() 1506 static void umount_tree(struct mount *mnt, enum umount_tree_flags how) in umount_tree() argument 1511 if (how & UMOUNT_PROPAGATE) in umount_tree() 1526 if (how & UMOUNT_PROPAGATE) in umount_tree() 1541 if (how & UMOUNT_SYNC) in umount_tree() 1544 disconnect = disconnect_mount(p, how); in umount_tree()
|
D | namei.c | 4588 int how = 0; in do_linkat() local 4606 how |= LOOKUP_FOLLOW; in do_linkat() 4608 error = filename_lookup(olddfd, old, how, &old_path, NULL); in do_linkat() 4613 (how & LOOKUP_REVAL)); in do_linkat() 4639 if (retry_estale(error, how)) { in do_linkat() 4641 how |= LOOKUP_REVAL; in do_linkat()
|
/fs/nfs/ |
D | write.c | 1369 static int flush_task_priority(int how) in flush_task_priority() argument 1371 switch (how & (FLUSH_HIGHPRI|FLUSH_LOWPRI)) { in flush_task_priority() 1383 struct rpc_task_setup *task_setup_data, int how) in nfs_initiate_write() argument 1385 int priority = flush_task_priority(how); in nfs_initiate_write() 1671 int how, int flags) in nfs_initiate_commit() argument 1674 int priority = flush_task_priority(how); in nfs_initiate_commit() 1703 if (how & FLUSH_SYNC) in nfs_initiate_commit() 1795 nfs_commit_list(struct inode *inode, struct list_head *head, int how, in nfs_commit_list() argument 1816 data->mds_ops, how, in nfs_commit_list() 1910 int how, struct nfs_commit_info *cinfo) in nfs_generic_commit_list() argument [all …]
|
D | pnfs.h | 185 int how, 403 int how, 406 int how)); 469 pnfs_commit_list(struct inode *inode, struct list_head *mds_pages, int how, in pnfs_commit_list() argument 476 return fl_cinfo->ops->commit_pagelist(inode, mds_pages, how, cinfo); in pnfs_commit_list() 808 pnfs_commit_list(struct inode *inode, struct list_head *mds_pages, int how, in pnfs_commit_list() argument
|
D | pnfs_nfs.c | 508 int how, struct nfs_commit_info *cinfo, in pnfs_generic_commit_pagelist() argument 510 int how)) in pnfs_generic_commit_pagelist() 539 data->mds_ops, how, in pnfs_generic_commit_pagelist() 543 initiate_commit(data, how); in pnfs_generic_commit_pagelist()
|
D | internal.h | 299 const struct rpc_call_ops *call_ops, int how, int flags); 496 int how, int flags); 513 int how, struct nfs_commit_info *cinfo);
|
D | pagelist.c | 707 int how, struct nfs_commit_info *cinfo) in nfs_pgio_rpcsetup() argument 724 switch (how & (FLUSH_STABLE | FLUSH_COND_STABLE)) { in nfs_pgio_rpcsetup() 758 const struct rpc_call_ops *call_ops, int how, int flags) in nfs_initiate_pgio() argument 779 hdr->rw_ops->rw_initiate(hdr, &msg, rpc_ops, &task_setup_data, how); in nfs_initiate_pgio()
|
D | read.c | 195 struct rpc_task_setup *task_setup_data, int how) in nfs_initiate_read() argument
|
D | pnfs.c | 2890 int how) in pnfs_try_to_write_data() argument 2899 inode->i_ino, hdr->args.count, hdr->args.offset, how); in pnfs_try_to_write_data() 2900 trypnfs = nfss->pnfs_curr_ld->write_pagelist(hdr, how); in pnfs_try_to_write_data() 2909 struct nfs_pgio_header *hdr, int how) in pnfs_do_write() argument 2915 trypnfs = pnfs_try_to_write_data(hdr, call_ops, lseg, how); in pnfs_do_write()
|
D | nfs4xdr.c | 1805 encode_uint32(xdr, args->state_protect.how); in encode_exchange_id() 1807 switch (args->state_protect.how) { in encode_exchange_id() 5612 res->state_protect.how = be32_to_cpup(p); in decode_exchange_id() 5613 switch (res->state_protect.how) { in decode_exchange_id()
|
D | nfs4proc.c | 8498 .how = SP4_MACH_CRED, 8541 if (sp->how == SP4_MACH_CRED) { in nfs4_sp4_select_mode() 8696 calldata->args.state_protect.how = SP4_NONE; in nfs4_run_exchange_id()
|
/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/nfs/filelayout/ |
D | filelayout.c | 988 static int filelayout_initiate_commit(struct nfs_commit_data *data, int how) in filelayout_initiate_commit() argument 1006 data->inode->i_ino, how, refcount_read(&ds->ds_clp->cl_count)); in filelayout_initiate_commit() 1014 &filelayout_commit_call_ops, how, in filelayout_initiate_commit() 1024 int how, struct nfs_commit_info *cinfo) in filelayout_commit_pagelist() argument 1026 return pnfs_generic_commit_pagelist(inode, mds_pages, how, cinfo, in filelayout_commit_pagelist()
|
/fs/ksmbd/ |
D | Kconfig | 35 More detail about how to run the ksmbd kernel server is
|
/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 1901 static int ff_layout_initiate_commit(struct nfs_commit_data *data, int how) in ff_layout_initiate_commit() argument 1934 data->inode->i_ino, how, refcount_read(&ds->ds_clp->cl_count), in ff_layout_initiate_commit() 1947 how, RPC_TASK_SOFTCONN); in ff_layout_initiate_commit() 1958 int how, struct nfs_commit_info *cinfo) in ff_layout_commit_pagelist() argument 1960 return pnfs_generic_commit_pagelist(inode, mds_pages, how, cinfo, in ff_layout_commit_pagelist()
|
/fs/nfsd/ |
D | vfs.c | 607 int how; member 687 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
|