Home
last modified time | relevance | path

Searched refs:ndir (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/ntfs/
Ddir.c1026 ntfs_inode *ndir, struct page *ia_page, INDEX_ENTRY *ie, in ntfs_filldir() argument
1105 ntfs_inode *ndir = NTFS_I(vdir); in ntfs_readdir() local
1143 m = map_mft_record(ndir); in ntfs_readdir()
1149 ctx = ntfs_attr_get_search_ctx(ndir, m); in ntfs_readdir()
1184 unmap_mft_record(ndir); in ntfs_readdir()
1213 rc = ntfs_filldir(vol, ndir, NULL, ie, name, actor); in ntfs_readdir()
1223 if (!NInoIndexAllocPresent(ndir)) in ntfs_readdir()
1242 bmp_pos = ia_pos >> ndir->itype.index.block_size_bits; in ntfs_readdir()
1283 ndir->itype.index.block_size_bits; in ntfs_readdir()
1311 ~(s64)(ndir->itype.index.block_size - 1))); in ntfs_readdir()
[all …]
/linux-4.4.14/fs/gfs2/
Dinode.c1349 struct inode *ndir, struct dentry *ndentry) in gfs2_rename() argument
1352 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_rename()
1454 error = gfs2_permission(ndir, MAY_WRITE | MAY_EXEC); in gfs2_rename()
1458 error = gfs2_dir_check(ndir, &ndentry->d_name, NULL); in gfs2_rename()
1495 error = gfs2_diradd_alloc_required(ndir, &ndentry->d_name, &da); in gfs2_rename()
1534 error = gfs2_dir_add(ndir, &ndentry->d_name, ip, &da); in gfs2_rename()
1571 struct inode *ndir, struct dentry *ndentry, in gfs2_exchange() argument
1575 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_exchange()
1700 struct inode *ndir, struct dentry *ndentry, in gfs2_rename2() argument
1709 return gfs2_exchange(odir, odentry, ndir, ndentry, flags); in gfs2_rename2()
[all …]
/linux-4.4.14/drivers/xen/
Dxen-scsiback.c1095 unsigned int ndir = 0; in scsiback_do_lun_hotplug() local
1098 &ndir); in scsiback_do_lun_hotplug()
1102 for (i = 0; i < ndir; i++) in scsiback_do_lun_hotplug()
/linux-4.4.14/include/net/
Dxfrm.h1071 int ndir = dir | (reverse ? XFRM_POLICY_MASK + 1 : 0); in __xfrm_policy_check2() local
1074 return __xfrm_policy_check(sk, ndir, skb, family); in __xfrm_policy_check2()
1078 __xfrm_policy_check(sk, ndir, skb, family); in __xfrm_policy_check2()
/linux-4.4.14/fs/xfs/
Dxfs_iops.c387 struct inode *ndir, in xfs_vn_rename() argument
407 XFS_I(ndir), &nname, in xfs_vn_rename()