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
811 * ksmbd_vfs_truncate() - vfs helper for smb file truncate
853 * ksmbd_vfs_listxattr() - vfs helper for smb list extended attributes
890 * ksmbd_vfs_getxattr() - vfs helper for smb get extended attributes value
924 * ksmbd_vfs_setxattr() - vfs helper for smb set extended attributes value
962 * ksmbd_vfs_set_fadvise() - convert smb IO caching options to linux options
964 * @option: smb IO options
1337 ksmbd_debug(SMB, "empty xattr in the file\n"); in ksmbd_vfs_remove_acl_xattrs()
1347 ksmbd_debug(SMB, "%s, len %zd\n", name, strlen(name)); in ksmbd_vfs_remove_acl_xattrs()
1355 ksmbd_debug(SMB, in ksmbd_vfs_remove_acl_xattrs()
1376 ksmbd_debug(SMB, "empty xattr in the file\n"); in ksmbd_vfs_remove_sd_xattrs()
1382 ksmbd_debug(SMB, "%s, len %zd\n", name, strlen(name)); in ksmbd_vfs_remove_sd_xattrs()
1387 ksmbd_debug(SMB, "remove xattr failed : %s\n", name); in ksmbd_vfs_remove_sd_xattrs()
1626 ksmbd_debug(SMB, "failed to store dos attribute in xattr\n"); in ksmbd_vfs_set_dos_attrib_xattr()
1647 ksmbd_debug(SMB, "failed to load dos attribute in xattr\n"); in ksmbd_vfs_get_dos_attrib_xattr()
1654 * ksmbd_vfs_init_kstat() - convert unix stat information to smb stat format
1882 ksmbd_debug(SMB, "Set posix acls\n"); in ksmbd_vfs_set_init_posix_acl()
1908 ksmbd_debug(SMB, "Set posix acl(ACL_TYPE_ACCESS) failed, rc : %d\n", in ksmbd_vfs_set_init_posix_acl()
1914 ksmbd_debug(SMB, "Set posix acl(ACL_TYPE_DEFAULT) failed, rc : %d\n", in ksmbd_vfs_set_init_posix_acl()
1949 ksmbd_debug(SMB, "Set posix acl(ACL_TYPE_ACCESS) failed, rc : %d\n", in ksmbd_vfs_inherit_posix_acl()
1955 ksmbd_debug(SMB, "Set posix acl(ACL_TYPE_DEFAULT) failed, rc : %d\n", in ksmbd_vfs_inherit_posix_acl()