Home
last modified time | relevance | path

Searched refs:d_sb (Results 1 – 20 of 20) sorted by relevance

/linux-2.4.37.9/fs/hpfs/
Ddentry.c31 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/
Ddcache.c395 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()
Dquota_v2.c67 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()
Dpipe.c634 sb->s_root->d_sb = sb; in pipefs_read_super()
Dblock_dev.c240 sb->s_root->d_sb = sb; in bd_read_super()
/linux-2.4.37.9/include/linux/
Dsmb_fs_sb.h19 #define server_from_dentry(dentry) (&(dentry)->d_sb->u.smbfs_sb)
Ddcache.h81 struct super_block * d_sb; /* The root of the dentry tree */ member
/linux-2.4.37.9/fs/jfs/
Djfs_unicode.c117 struct nls_table *nls_tab = JFS_SBI(dentry->d_sb)->nls_tab; in get_UCSname()
/linux-2.4.37.9/fs/smbfs/
Ddir.c436 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/
Droot.c59 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/
Ddir.c204 const unsigned int name_len = parent->d_sb->u.adfs_sb.s_namelen; in adfs_hash()
/linux-2.4.37.9/fs/umsdos/
Ddir.c654 …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/
Dnamei.c163 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/
Dlinuxvfs.c466 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/
Ddir.c382 res = fs16_to_cpu(dentry->d_sb, de->inode); in sysv_inode_by_name()
/linux-2.4.37.9/fs/nfs/
Ddir.c548 if (!(dentry->d_sb->s_flags & MS_ACTIVE)) { in nfs_dentry_delete()
Dinode.c699 struct super_block *sb = dentry->d_sb; in nfs_fhget()
/linux-2.4.37.9/fs/fat/
Dinode.c1037 struct super_block *sb = dentry->d_sb; in fat_notify_change()
/linux-2.4.37.9/net/
Dsocket.c295 sb->s_root->d_sb = sb; in sockfs_read_super()
/linux-2.4.37.9/mm/
Dshmem.c1712 inode = shmem_get_inode(root->d_sb, S_IFREG | S_IRWXUGO, 0); in module_init()