Lines Matching full:smb

160  * ksmbd_vfs_create() - vfs helper for smb create file
198 * ksmbd_vfs_mkdir() - vfs helper for smb create directory
304 * check_lock_range() - vfs helper for smb byte range file locking
348 * ksmbd_vfs_read() - vfs helper for smb file read
349 * @work: smb work
392 pr_err("smb read failed, err = %zd\n", nbytes); in ksmbd_vfs_read()
467 * ksmbd_vfs_write() - vfs helper for smb file write
521 ksmbd_debug(VFS, "smb write failed, err = %d\n", err); in ksmbd_vfs_write()
540 * ksmbd_vfs_getattr() - vfs helper for smb getattr
556 * ksmbd_vfs_fsync() - vfs helper for smb fsync
575 pr_err("smb fsync failed, err = %d\n", err); in ksmbd_vfs_fsync()
581 * ksmbd_vfs_remove_file() - vfs helper for smb rmdir or unlink
618 * ksmbd_vfs_link() - vfs helper for creating smb hardlink
799 * ksmbd_vfs_truncate() - vfs helper for smb file truncate
841 * ksmbd_vfs_listxattr() - vfs helper for smb list extended attributes
878 * ksmbd_vfs_getxattr() - vfs helper for smb get extended attributes value
912 * ksmbd_vfs_setxattr() - vfs helper for smb set extended attributes value
950 * ksmbd_vfs_set_fadvise() - convert smb IO caching options to linux options
952 * @option: smb IO options
1326 ksmbd_debug(SMB, "empty xattr in the file\n"); in ksmbd_vfs_remove_acl_xattrs()
1336 ksmbd_debug(SMB, "%s, len %zd\n", name, strlen(name)); in ksmbd_vfs_remove_acl_xattrs()
1344 ksmbd_debug(SMB, in ksmbd_vfs_remove_acl_xattrs()
1365 ksmbd_debug(SMB, "empty xattr in the file\n"); in ksmbd_vfs_remove_sd_xattrs()
1371 ksmbd_debug(SMB, "%s, len %zd\n", name, strlen(name)); in ksmbd_vfs_remove_sd_xattrs()
1376 ksmbd_debug(SMB, "remove xattr failed : %s\n", name); in ksmbd_vfs_remove_sd_xattrs()
1615 ksmbd_debug(SMB, "failed to store dos attribute in xattr\n"); in ksmbd_vfs_set_dos_attrib_xattr()
1636 ksmbd_debug(SMB, "failed to load dos attribute in xattr\n"); in ksmbd_vfs_get_dos_attrib_xattr()
1643 * ksmbd_vfs_init_kstat() - convert unix stat information to smb stat format
1864 ksmbd_debug(SMB, "Set posix acls\n"); in ksmbd_vfs_set_init_posix_acl()
1890 ksmbd_debug(SMB, "Set posix acl(ACL_TYPE_ACCESS) failed, rc : %d\n", in ksmbd_vfs_set_init_posix_acl()
1896 ksmbd_debug(SMB, "Set posix acl(ACL_TYPE_DEFAULT) failed, rc : %d\n", in ksmbd_vfs_set_init_posix_acl()
1931 ksmbd_debug(SMB, "Set posix acl(ACL_TYPE_ACCESS) failed, rc : %d\n", in ksmbd_vfs_inherit_posix_acl()
1937 ksmbd_debug(SMB, "Set posix acl(ACL_TYPE_DEFAULT) failed, rc : %d\n", in ksmbd_vfs_inherit_posix_acl()