Searched refs:ndir (Results 1 – 3 of 3) sorted by relevance
/fs/ntfs/ |
D | dir.c | 1013 ntfs_inode *ndir, struct page *ia_page, INDEX_ENTRY *ie, in ntfs_filldir() argument 1092 ntfs_inode *ndir = NTFS_I(vdir); in ntfs_readdir() local 1130 m = map_mft_record(ndir); in ntfs_readdir() 1136 ctx = ntfs_attr_get_search_ctx(ndir, m); in ntfs_readdir() 1171 unmap_mft_record(ndir); in ntfs_readdir() 1200 rc = ntfs_filldir(vol, ndir, NULL, ie, name, actor); in ntfs_readdir() 1210 if (!NInoIndexAllocPresent(ndir)) in ntfs_readdir() 1229 bmp_pos = ia_pos >> ndir->itype.index.block_size_bits; in ntfs_readdir() 1270 ndir->itype.index.block_size_bits; in ntfs_readdir() 1298 ~(s64)(ndir->itype.index.block_size - 1))); in ntfs_readdir() [all …]
|
/fs/gfs2/ |
D | inode.c | 1379 struct inode *ndir, struct dentry *ndentry) in gfs2_rename() argument 1382 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_rename() 1500 error = gfs2_permission(&init_user_ns, ndir, in gfs2_rename() 1505 error = gfs2_dir_check(ndir, &ndentry->d_name, NULL); in gfs2_rename() 1544 error = gfs2_diradd_alloc_required(ndir, &ndentry->d_name, &da); in gfs2_rename() 1583 error = gfs2_dir_add(ndir, &ndentry->d_name, ip, &da); in gfs2_rename() 1625 struct inode *ndir, struct dentry *ndentry, in gfs2_exchange() argument 1629 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_exchange() 1763 struct dentry *odentry, struct inode *ndir, in gfs2_rename2() argument 1772 return gfs2_exchange(odir, odentry, ndir, ndentry, flags); in gfs2_rename2() [all …]
|
/fs/xfs/ |
D | xfs_iops.c | 449 struct inode *ndir, in xfs_vn_rename() argument 476 XFS_I(d_inode(odentry)), XFS_I(ndir), &nname, in xfs_vn_rename()
|