Lines Matching refs:sb
121 ntfs_error(vol->sb, "Failed to convert name to " in ntfs_lookup()
131 dent_inode = ntfs_iget(vol->sb, dent_ino); in ntfs_lookup()
148 ntfs_error(vol->sb, "Found stale reference to inode " in ntfs_lookup()
157 ntfs_error(vol->sb, "ntfs_iget(0x%lx) failed with " in ntfs_lookup()
172 ntfs_error(vol->sb, "ntfs_lookup_ino_by_name() failed with error " in ntfs_lookup()
218 ntfs_error(vol->sb, "Inode corrupt: No WIN32 " in ntfs_lookup()
263 ntfs_error(vol->sb, "Illegal file name attribute. Run chkdsk."); in ntfs_lookup()
271 ntfs_error(vol->sb, "Failed, returning error code %i.", err); in ntfs_lookup()
351 static struct inode *ntfs_nfs_get_inode(struct super_block *sb, in ntfs_nfs_get_inode() argument
356 inode = ntfs_iget(sb, ino); in ntfs_nfs_get_inode()
367 static struct dentry *ntfs_fh_to_dentry(struct super_block *sb, struct fid *fid, in ntfs_fh_to_dentry() argument
370 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ntfs_fh_to_dentry()
374 static struct dentry *ntfs_fh_to_parent(struct super_block *sb, struct fid *fid, in ntfs_fh_to_parent() argument
377 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in ntfs_fh_to_parent()