• Home
  • Raw
  • Download

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
532 ksmbd_debug(VFS, "smb write failed, err = %d\n", err); in ksmbd_vfs_write()
551 * ksmbd_vfs_getattr() - vfs helper for smb getattr
567 * ksmbd_vfs_fsync() - vfs helper for smb fsync
586 pr_err("smb fsync failed, err = %d\n", err); in ksmbd_vfs_fsync()
592 * ksmbd_vfs_remove_file() - vfs helper for smb rmdir or unlink
629 * ksmbd_vfs_link() - vfs helper for creating smb hardlink
806 * ksmbd_vfs_truncate() - vfs helper for smb file truncate
848 * ksmbd_vfs_listxattr() - vfs helper for smb list extended attributes
885 * ksmbd_vfs_getxattr() - vfs helper for smb get extended attributes value
919 * ksmbd_vfs_setxattr() - vfs helper for smb set extended attributes value
957 * ksmbd_vfs_set_fadvise() - convert smb IO caching options to linux options
959 * @option: smb IO options
1333 ksmbd_debug(SMB, "empty xattr in the file\n"); in ksmbd_vfs_remove_acl_xattrs()
1343 ksmbd_debug(SMB, "%s, len %zd\n", name, strlen(name)); in ksmbd_vfs_remove_acl_xattrs()
1351 ksmbd_debug(SMB, in ksmbd_vfs_remove_acl_xattrs()
1372 ksmbd_debug(SMB, "empty xattr in the file\n"); in ksmbd_vfs_remove_sd_xattrs()
1378 ksmbd_debug(SMB, "%s, len %zd\n", name, strlen(name)); in ksmbd_vfs_remove_sd_xattrs()
1383 ksmbd_debug(SMB, "remove xattr failed : %s\n", name); in ksmbd_vfs_remove_sd_xattrs()
1622 ksmbd_debug(SMB, "failed to store dos attribute in xattr\n"); in ksmbd_vfs_set_dos_attrib_xattr()
1643 ksmbd_debug(SMB, "failed to load dos attribute in xattr\n"); in ksmbd_vfs_get_dos_attrib_xattr()
1650 * ksmbd_vfs_init_kstat() - convert unix stat information to smb stat format
1878 ksmbd_debug(SMB, "Set posix acls\n"); in ksmbd_vfs_set_init_posix_acl()
1904 ksmbd_debug(SMB, "Set posix acl(ACL_TYPE_ACCESS) failed, rc : %d\n", in ksmbd_vfs_set_init_posix_acl()
1910 ksmbd_debug(SMB, "Set posix acl(ACL_TYPE_DEFAULT) failed, rc : %d\n", in ksmbd_vfs_set_init_posix_acl()
1945 ksmbd_debug(SMB, "Set posix acl(ACL_TYPE_ACCESS) failed, rc : %d\n", in ksmbd_vfs_inherit_posix_acl()
1951 ksmbd_debug(SMB, "Set posix acl(ACL_TYPE_DEFAULT) failed, rc : %d\n", in ksmbd_vfs_inherit_posix_acl()