linux/fs/ksmbd
Hyunchul Lee ef24c962d0 ksmbd: replace struct dentry with struct path in some function's arguments
For user namespace support, we need to pass
struct user_namespace with struct dentry
to some functions. For reducing the number
of arguments, replace the struct dentry with
struct path in these functions.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
2021-07-02 16:27:08 +09:00
..
mgmt ksmbd: reorder and document on-disk and netlink structures in headers 2021-06-30 14:47:24 +09:00
asn1.c
asn1.h
auth.c
auth.h
connection.c
connection.h
crypto_ctx.c
crypto_ctx.h
glob.h
Kconfig
ksmbd_netlink.h ksmbd: reorder and document on-disk and netlink structures in headers 2021-06-30 14:47:24 +09:00
ksmbd_spnego_negtokeninit.asn1
ksmbd_spnego_negtokentarg.asn1
ksmbd_work.c ksmbd: reorder and document on-disk and netlink structures in headers 2021-06-30 14:47:24 +09:00
ksmbd_work.h ksmbd: replace request and respone buffer macro with inline functions 2021-06-29 15:06:03 +09:00
Makefile
misc.c
misc.h
ndr.c ksmbd: replace PAYLOAD_HEAD with inline function 2021-06-29 15:05:46 +09:00
ndr.h
nterr.h
ntlmssp.h
oplock.c ksmbd: remove SMB1 oplock level macros 2021-06-30 14:43:51 +09:00
oplock.h ksmbd: remove SMB1 oplock level macros 2021-06-30 14:43:51 +09:00
server.c
server.h ksmbd: change server config string index to enumeration 2021-06-30 14:44:01 +09:00
smb2misc.c ksmbd: Relax credit_charge check in smb2_validate_credit_charge() 2021-06-29 15:06:23 +09:00
smb2ops.c ksmbd: reorder and document on-disk and netlink structures in headers 2021-06-30 14:47:24 +09:00
smb2pdu.c ksmbd: replace struct dentry with struct path in some function's arguments 2021-07-02 16:27:08 +09:00
smb2pdu.h
smb_common.c ksmbd: opencode to remove FP_INODE macro 2021-06-29 15:07:48 +09:00
smb_common.h ksmbd: remove and replace macros with inline functions in smb_common.h 2021-06-29 15:05:54 +09:00
smbacl.c ksmbd: replace struct dentry with struct path in some function's arguments 2021-07-02 16:27:08 +09:00
smbacl.h ksmbd: replace struct dentry with struct path in some function's arguments 2021-07-02 16:27:08 +09:00
smbfsctl.h
smbstatus.h
transport_ipc.c ksmbd: remove macros in transport_ipc.c 2021-06-29 15:05:34 +09:00
transport_ipc.h
transport_rdma.c ksmbd: replace SMB_DIRECT_TRANS macro with inline function 2021-06-29 15:05:59 +09:00
transport_rdma.h
transport_tcp.c
transport_tcp.h
unicode.c
unicode.h
uniupr.h
vfs_cache.c ksmbd: opencode to remove FP_INODE macro 2021-06-29 15:07:48 +09:00
vfs_cache.h ksmbd: opencode to remove ATTR_FP macro 2021-06-29 15:07:56 +09:00
vfs.c ksmbd: use ksmbd_vfs_lock_parent to get stable parent dentry 2021-06-29 15:07:51 +09:00
vfs.h ksmbd: reorder and document on-disk and netlink structures in headers 2021-06-30 14:47:24 +09:00
xattr.h ksmbd: reorder and document on-disk and netlink structures in headers 2021-06-30 14:47:24 +09:00