Searched refs:mounts (Results 1 – 8 of 8) sorted by relevance
/fs/cifs/ |
D | Kconfig | 58 mounts may be less secure than mounts using NTLM or more recent 63 used automatically. At runtime LANMAN mounts are disabled but 141 IP addresses) which is needed for implicit mounts of DFS junction
|
D | README | 93 Note that when the mount.cifs utility is run suid (allowing user mounts), 99 by simply specifying "nosuid" among the mount options. For user mounts 114 mounts, unless umount is invoked with -i (which will avoid invoking a umount 122 Also note that the customary way of allowing user mounts and unmounts is 265 uid Set the default uid for inodes. For mounts to servers 279 is configured setuid for user mounts) unless the "uid=" 340 program to be executed. This is only meaningful for mounts 350 be executed (default for mounts when executed as root, 351 nosuid is default for user mounts). 372 non CIFS Unix Extension mounts for cases in which the default [all …]
|
D | CHANGES | 63 storing of mode (e.g. Windows servers, when client mounts without cifsacl 76 cifsacl flag). Fix prefixpath path separator so we can handle mounts 166 Support deep tree mounts. Better support OS/2, Win9x (DOS) time stamps. 286 for long filenames on mounts which were done with "mapchars" mount option 426 and gid of newly created files). Normally for network filesystem mounts 509 Fix reconnection (and certain failed mounts) to properly wake up the 574 Gracefully clean up failed mounts when attempting to mount to servers such as 608 Fix problem reconnecting secondary mounts to same server after session 709 Fix errors displayed on failed mounts to be more understandable. 722 Clean up options displayed in /proc/mounts by show_options to
|
D | TODO | 23 e) fix NTLMv2 signing when two mounts with different users to same
|
/fs/nfsd/ |
D | vfs.c | 104 struct dentry *mounts = dget(dentry); in nfsd_cross_mnt() local 107 while (follow_down(&mnt,&mounts)&&d_mountpoint(mounts)); in nfsd_cross_mnt() 109 exp2 = rqst_exp_get_by_name(rqstp, mnt, mounts); in nfsd_cross_mnt() 113 dput(mounts); in nfsd_cross_mnt() 122 *dpp = mounts; in nfsd_cross_mnt() 125 dput(mounts); in nfsd_cross_mnt()
|
/fs/nfs/ |
D | Kconfig | 24 To configure a system which mounts its root file system via NFS
|
/fs/ |
D | namespace.c | 1723 void mark_mounts_for_expiry(struct list_head *mounts) in mark_mounts_for_expiry() argument 1729 if (list_empty(mounts)) in mark_mounts_for_expiry() 1741 list_for_each_entry_safe(mnt, next, mounts, mnt_expire) { in mark_mounts_for_expiry()
|
/fs/affs/ |
D | Changes | 317 mounts.
|