Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ntfs/
Ddir.c1013 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 …]
/Linux-v5.15/fs/gfs2/
Dinode.c1379 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 …]
/Linux-v5.15/include/net/
Dxfrm.h1102 int ndir = dir | (reverse ? XFRM_POLICY_MASK + 1 : 0); in __xfrm_policy_check2() local
1105 return __xfrm_policy_check(sk, ndir, skb, family); in __xfrm_policy_check2()
1110 __xfrm_policy_check(sk, ndir, skb, family); in __xfrm_policy_check2()
1113 __xfrm_policy_check(sk, ndir, skb, family); in __xfrm_policy_check2()
/Linux-v5.15/drivers/xen/
Dxen-scsiback.c1103 unsigned int ndir = 0; in scsiback_do_lun_hotplug() local
1106 &ndir); in scsiback_do_lun_hotplug()
1110 for (i = 0; i < ndir; i++) in scsiback_do_lun_hotplug()
/Linux-v5.15/fs/xfs/
Dxfs_iops.c449 struct inode *ndir, in xfs_vn_rename() argument
476 XFS_I(d_inode(odentry)), XFS_I(ndir), &nname, in xfs_vn_rename()