Lines Matching full:smb

165  * ksmbd_vfs_create() - vfs helper for smb create file
203 * ksmbd_vfs_mkdir() - vfs helper for smb create directory
321 * check_lock_range() - vfs helper for smb byte range file locking
365 * ksmbd_vfs_read() - vfs helper for smb file read
366 * @work: smb work
409 pr_err("smb read failed, err = %zd\n", nbytes); in ksmbd_vfs_read()
479 * ksmbd_vfs_write() - vfs helper for smb file write
533 ksmbd_debug(VFS, "smb write failed, err = %d\n", err); in ksmbd_vfs_write()
552 * ksmbd_vfs_getattr() - vfs helper for smb getattr
568 * ksmbd_vfs_fsync() - vfs helper for smb fsync
587 pr_err("smb fsync failed, err = %d\n", err); in ksmbd_vfs_fsync()
593 * ksmbd_vfs_remove_file() - vfs helper for smb rmdir or unlink
630 * ksmbd_vfs_link() - vfs helper for creating smb hardlink
812 * ksmbd_vfs_truncate() - vfs helper for smb file truncate
854 * ksmbd_vfs_listxattr() - vfs helper for smb list extended attributes
891 * ksmbd_vfs_getxattr() - vfs helper for smb get extended attributes value
925 * ksmbd_vfs_setxattr() - vfs helper for smb set extended attributes value
963 * ksmbd_vfs_set_fadvise() - convert smb IO caching options to linux options
965 * @option: smb IO options
1339 ksmbd_debug(SMB, "empty xattr in the file\n"); in ksmbd_vfs_remove_acl_xattrs()
1349 ksmbd_debug(SMB, "%s, len %zd\n", name, strlen(name)); in ksmbd_vfs_remove_acl_xattrs()
1357 ksmbd_debug(SMB, in ksmbd_vfs_remove_acl_xattrs()
1378 ksmbd_debug(SMB, "empty xattr in the file\n"); in ksmbd_vfs_remove_sd_xattrs()
1384 ksmbd_debug(SMB, "%s, len %zd\n", name, strlen(name)); in ksmbd_vfs_remove_sd_xattrs()
1389 ksmbd_debug(SMB, "remove xattr failed : %s\n", name); in ksmbd_vfs_remove_sd_xattrs()
1628 ksmbd_debug(SMB, "failed to store dos attribute in xattr\n"); in ksmbd_vfs_set_dos_attrib_xattr()
1649 ksmbd_debug(SMB, "failed to load dos attribute in xattr\n"); in ksmbd_vfs_get_dos_attrib_xattr()
1656 * ksmbd_vfs_init_kstat() - convert unix stat information to smb stat format
1877 ksmbd_debug(SMB, "Set posix acls\n"); in ksmbd_vfs_set_init_posix_acl()
1903 ksmbd_debug(SMB, "Set posix acl(ACL_TYPE_ACCESS) failed, rc : %d\n", in ksmbd_vfs_set_init_posix_acl()
1909 ksmbd_debug(SMB, "Set posix acl(ACL_TYPE_DEFAULT) failed, rc : %d\n", in ksmbd_vfs_set_init_posix_acl()
1944 ksmbd_debug(SMB, "Set posix acl(ACL_TYPE_ACCESS) failed, rc : %d\n", in ksmbd_vfs_inherit_posix_acl()
1950 ksmbd_debug(SMB, "Set posix acl(ACL_TYPE_DEFAULT) failed, rc : %d\n", in ksmbd_vfs_inherit_posix_acl()