Searched refs:share (Results 1 – 8 of 8) sorted by relevance
/fs/lockd/ |
D | svcshare.c | 20 nlm_cmp_owner(struct nlm_share *share, struct xdr_netobj *oh) in nlm_cmp_owner() argument 22 return share->s_owner.len == oh->len in nlm_cmp_owner() 23 && !memcmp(share->s_owner.data, oh->data, oh->len); in nlm_cmp_owner() 30 struct nlm_share *share; in nlmsvc_share_file() local 34 for (share = file->f_shares; share; share = share->s_next) { in nlmsvc_share_file() 35 if (share->s_host == host && nlm_cmp_owner(share, oh)) in nlmsvc_share_file() 37 if ((argp->fsm_access & share->s_mode) in nlmsvc_share_file() 38 || (argp->fsm_mode & share->s_access )) in nlmsvc_share_file() 42 share = kmalloc(sizeof(*share) + oh->len, in nlmsvc_share_file() 44 if (share == NULL) in nlmsvc_share_file() [all …]
|
D | svc4proc.c | 505 PROC(share, shareargs, shareres, args, res, Ck+St+1),
|
D | svcproc.c | 538 PROC(share, shareargs, shareres, args, res, Ck+St+1),
|
/fs/cifs/ |
D | README | 89 2) an entry for the share in /etc/fstab indicating that a user may 124 to the file /etc/fstab for each //server/share you wish to mount, but 176 outside of the share, so in Samba versions prior to 3.0.6, most symlinks to 181 files that are outside of the share) to a samba specific format on the server 217 syntax) instead of the more widely used UNC format (i.e. \\server\share): 282 the last mount of the server share, the expected uid 324 rw mount the network share read-write (note that the 325 server may still consider the share read-only) 326 ro mount network share read-only 384 single share (since inode numbers on the servers might not [all …]
|
D | TODO | 111 flags on the second mount to the same share, and see if we 120 share and run it against cifs vfs in automated fashion.
|
D | CHANGES | 17 top of the share. Fix problem in 2.6.28 resolving DFS paths to 74 of second share to disconnected server session (autoreconnect on this). 89 ability to mount to IPC$ share (which allows CIFS named pipes to be 101 and the share name. 201 Handle conversion of long share names (especially Asian languages) 234 directio. Recognize share mode security and send NTLM encrypted password 235 on tree connect if share mode negotiated. 474 for each mounted share (new menuconfig option). Fix endianness problem in 943 multiple uses to same share, multiple users to same server etc.
|
D | Kconfig | 28 Enabling this option will cause statistics for each server share
|
/fs/smbfs/ |
D | Kconfig | 7 (WfW), Windows 95/98, Windows NT and OS/2 Lan Manager use to share
|