Lines Matching full:smb
161 * ksmbd_vfs_create() - vfs helper for smb create file
199 * ksmbd_vfs_mkdir() - vfs helper for smb create directory
317 * check_lock_range() - vfs helper for smb byte range file locking
361 * ksmbd_vfs_read() - vfs helper for smb file read
362 * @work: smb work
405 pr_err("smb read failed, err = %zd\n", nbytes); in ksmbd_vfs_read()
475 * ksmbd_vfs_write() - vfs helper for smb file write
528 ksmbd_debug(VFS, "smb write failed, err = %d\n", err); in ksmbd_vfs_write()
547 * ksmbd_vfs_getattr() - vfs helper for smb getattr
565 * ksmbd_vfs_fsync() - vfs helper for smb fsync
583 pr_err("smb fsync failed, err = %d\n", err); in ksmbd_vfs_fsync()
589 * ksmbd_vfs_remove_file() - vfs helper for smb rmdir or unlink
625 * ksmbd_vfs_link() - vfs helper for creating smb hardlink
796 * ksmbd_vfs_truncate() - vfs helper for smb file truncate
838 * ksmbd_vfs_listxattr() - vfs helper for smb list extended attributes
876 * ksmbd_vfs_getxattr() - vfs helper for smb get extended attributes value
910 * ksmbd_vfs_setxattr() - vfs helper for smb set extended attributes value
948 * ksmbd_vfs_set_fadvise() - convert smb IO caching options to linux options
950 * @options: smb IO options
1319 ksmbd_debug(SMB, "empty xattr in the file\n"); in ksmbd_vfs_remove_acl_xattrs()
1329 ksmbd_debug(SMB, "%s, len %zd\n", name, strlen(name)); in ksmbd_vfs_remove_acl_xattrs()
1337 ksmbd_debug(SMB, in ksmbd_vfs_remove_acl_xattrs()
1358 ksmbd_debug(SMB, "empty xattr in the file\n"); in ksmbd_vfs_remove_sd_xattrs()
1364 ksmbd_debug(SMB, "%s, len %zd\n", name, strlen(name)); in ksmbd_vfs_remove_sd_xattrs()
1369 ksmbd_debug(SMB, "remove xattr failed : %s\n", name); in ksmbd_vfs_remove_sd_xattrs()
1608 ksmbd_debug(SMB, "failed to store dos attribute in xattr\n"); in ksmbd_vfs_set_dos_attrib_xattr()
1629 ksmbd_debug(SMB, "failed to load dos attribute in xattr\n"); in ksmbd_vfs_get_dos_attrib_xattr()
1636 * ksmbd_vfs_init_kstat() - convert unix stat information to smb stat format
1854 ksmbd_debug(SMB, "Set posix acls\n"); in ksmbd_vfs_set_init_posix_acl()
1880 ksmbd_debug(SMB, "Set posix acl(ACL_TYPE_ACCESS) failed, rc : %d\n", in ksmbd_vfs_set_init_posix_acl()
1886 ksmbd_debug(SMB, "Set posix acl(ACL_TYPE_DEFAULT) failed, rc : %d\n", in ksmbd_vfs_set_init_posix_acl()
1921 ksmbd_debug(SMB, "Set posix acl(ACL_TYPE_ACCESS) failed, rc : %d\n", in ksmbd_vfs_inherit_posix_acl()
1927 ksmbd_debug(SMB, "Set posix acl(ACL_TYPE_DEFAULT) failed, rc : %d\n", in ksmbd_vfs_inherit_posix_acl()