Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ntfs/
Ddir.c1012 ntfs_inode *ndir, struct page *ia_page, INDEX_ENTRY *ie, in ntfs_filldir() argument
1091 ntfs_inode *ndir = NTFS_I(vdir); in ntfs_readdir() local
1129 m = map_mft_record(ndir); in ntfs_readdir()
1135 ctx = ntfs_attr_get_search_ctx(ndir, m); in ntfs_readdir()
1170 unmap_mft_record(ndir); in ntfs_readdir()
1199 rc = ntfs_filldir(vol, ndir, NULL, ie, name, actor); in ntfs_readdir()
1209 if (!NInoIndexAllocPresent(ndir)) in ntfs_readdir()
1228 bmp_pos = ia_pos >> ndir->itype.index.block_size_bits; in ntfs_readdir()
1269 ndir->itype.index.block_size_bits; in ntfs_readdir()
1297 ~(s64)(ndir->itype.index.block_size - 1))); in ntfs_readdir()
[all …]
/Linux-v5.4/fs/gfs2/
Dinode.c1344 struct inode *ndir, struct dentry *ndentry) in gfs2_rename() argument
1347 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_rename()
1465 error = gfs2_permission(ndir, MAY_WRITE | MAY_EXEC); in gfs2_rename()
1469 error = gfs2_dir_check(ndir, &ndentry->d_name, NULL); in gfs2_rename()
1506 error = gfs2_diradd_alloc_required(ndir, &ndentry->d_name, &da); in gfs2_rename()
1545 error = gfs2_dir_add(ndir, &ndentry->d_name, ip, &da); in gfs2_rename()
1586 struct inode *ndir, struct dentry *ndentry, in gfs2_exchange() argument
1590 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_exchange()
1722 struct inode *ndir, struct dentry *ndentry, in gfs2_rename2() argument
1731 return gfs2_exchange(odir, odentry, ndir, ndentry, flags); in gfs2_rename2()
[all …]
/Linux-v5.4/fs/xfs/
Dxfs_iops.c402 struct inode *ndir, in xfs_vn_rename() argument
429 XFS_I(ndir), &nname, in xfs_vn_rename()
/Linux-v5.4/drivers/xen/
Dxen-scsiback.c1137 unsigned int ndir = 0; in scsiback_do_lun_hotplug() local
1140 &ndir); in scsiback_do_lun_hotplug()
1144 for (i = 0; i < ndir; i++) in scsiback_do_lun_hotplug()
/Linux-v5.4/include/net/
Dxfrm.h1094 int ndir = dir | (reverse ? XFRM_POLICY_MASK + 1 : 0); in __xfrm_policy_check2() local
1097 return __xfrm_policy_check(sk, ndir, skb, family); in __xfrm_policy_check2()
1101 __xfrm_policy_check(sk, ndir, skb, family); in __xfrm_policy_check2()