Searched refs:d_sb (Results 1 – 20 of 20) sorted by relevance
/linux-2.4.37.9/fs/hpfs/ |
D | dentry.c | 31 hash = partial_name_hash(hpfs_upcase(dentry->d_sb->s_hpfs_cp_table,qstr->name[i]), hash); in hpfs_hash_dentry() 48 if (hpfs_compare_names(dentry->d_sb, (char *)a->name, al, (char *)b->name, bl, 0)) return 1; in hpfs_compare_dentry()
|
/linux-2.4.37.9/fs/ |
D | dcache.c | 395 if (dentry->d_sb != sb) in shrink_dcache_sb() 410 if (dentry->d_sb != sb) in shrink_dcache_sb() 616 dentry->d_sb = NULL; in d_alloc() 629 dentry->d_sb = parent->d_sb; in d_alloc() 683 res->d_sb = root_inode->i_sb; in d_alloc_root()
|
D | quota_v2.c | 67 kdevname(f->f_dentry->d_sb->s_dev)); in v2_read_file_info() 102 kdevname(f->f_dentry->d_sb->s_dev)); in v2_write_file_info()
|
D | pipe.c | 634 sb->s_root->d_sb = sb; in pipefs_read_super()
|
D | block_dev.c | 240 sb->s_root->d_sb = sb; in bd_read_super()
|
/linux-2.4.37.9/include/linux/ |
D | smb_fs_sb.h | 19 #define server_from_dentry(dentry) (&(dentry)->d_sb->u.smbfs_sb)
|
D | dcache.h | 81 struct super_block * d_sb; /* The root of the dentry tree */ member
|
/linux-2.4.37.9/fs/jfs/ |
D | jfs_unicode.c | 117 struct nls_table *nls_tab = JFS_SBI(dentry->d_sb)->nls_tab; in get_UCSname()
|
/linux-2.4.37.9/fs/smbfs/ |
D | dir.c | 436 finfo.f_ino = iunique(dentry->d_sb, 2); in smb_lookup() 473 fattr.f_ino = iunique(dentry->d_sb, 2); in smb_instantiate() 474 inode = smb_iget(dentry->d_sb, &fattr); in smb_instantiate()
|
/linux-2.4.37.9/fs/autofs4/ |
D | root.c | 59 struct dentry *top = dentry->d_sb->s_root; in autofs4_update_usage() 189 struct autofs_sb_info *sbi = autofs4_sbi(dentry->d_sb); in autofs4_revalidate()
|
/linux-2.4.37.9/fs/adfs/ |
D | dir.c | 204 const unsigned int name_len = parent->d_sb->u.adfs_sb.s_namelen; in adfs_hash()
|
/linux-2.4.37.9/fs/umsdos/ |
D | dir.c | 654 …path = __d_path(dentry, current->fs->rootmnt, dentry->d_sb->s_root, current->fs->rootmnt, buffer, … in umsdos_d_path() 687 struct dentry *base = hlink->d_sb->s_root; in umsdos_solve_hlink()
|
/linux-2.4.37.9/fs/msdos/ |
D | namei.c | 163 struct fat_mount_options *options = & (MSDOS_SB(dentry->d_sb)->options); in msdos_hash() 179 struct fat_mount_options *options = & (MSDOS_SB(dentry->d_sb)->options); in msdos_cmp()
|
/linux-2.4.37.9/fs/befs/ |
D | linuxvfs.c | 466 struct super_block *sb = dentry->d_sb; in befs_follow_link() 501 struct super_block *sb = dentry->d_sb; in befs_readlink()
|
/linux-2.4.37.9/fs/sysv/ |
D | dir.c | 382 res = fs16_to_cpu(dentry->d_sb, de->inode); in sysv_inode_by_name()
|
/linux-2.4.37.9/fs/nfs/ |
D | dir.c | 548 if (!(dentry->d_sb->s_flags & MS_ACTIVE)) { in nfs_dentry_delete()
|
D | inode.c | 699 struct super_block *sb = dentry->d_sb; in nfs_fhget()
|
/linux-2.4.37.9/fs/fat/ |
D | inode.c | 1037 struct super_block *sb = dentry->d_sb; in fat_notify_change()
|
/linux-2.4.37.9/net/ |
D | socket.c | 295 sb->s_root->d_sb = sb; in sockfs_read_super()
|
/linux-2.4.37.9/mm/ |
D | shmem.c | 1712 inode = shmem_get_inode(root->d_sb, S_IFREG | S_IRWXUGO, 0); in module_init()
|