Home
last modified time | relevance | path

Searched full:ndir (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/fs/gfs2/
Dinode.c1392 * @ndir: Parent directory of new file name
1399 struct inode *ndir, struct dentry *ndentry) in gfs2_rename() argument
1402 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_rename()
1520 error = gfs2_permission(&nop_mnt_idmap, ndir, in gfs2_rename()
1525 error = gfs2_dir_check(ndir, &ndentry->d_name, NULL); in gfs2_rename()
1564 error = gfs2_diradd_alloc_required(ndir, &ndentry->d_name, &da); in gfs2_rename()
1603 error = gfs2_dir_add(ndir, &ndentry->d_name, ip, &da); in gfs2_rename()
1637 * @ndir: Parent directory of new file name
1645 struct inode *ndir, struct dentry *ndentry, in gfs2_exchange() argument
1649 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_exchange()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/iio/chemical/
Dsenseair,sunrise.yaml13 Senseair Sunrise 006-0-0007 is a NDIR CO2 sensor. It supports I2C or UART buses
/linux-6.12.1/drivers/xen/
Dxen-scsiback.c1163 unsigned int ndir = 0; in scsiback_do_lun_hotplug() local
1166 &ndir); in scsiback_do_lun_hotplug()
1170 for (i = 0; i < ndir; i++) in scsiback_do_lun_hotplug()
/linux-6.12.1/fs/xfs/
Dxfs_iops.c472 struct inode *ndir, in xfs_vn_rename() argument
499 XFS_I(d_inode(odentry)), XFS_I(ndir), &nname, in xfs_vn_rename()
/linux-6.12.1/include/net/
Dxfrm.h1211 int ndir = dir | (reverse ? XFRM_POLICY_MASK + 1 : 0); in __xfrm_policy_check2() local
1216 return __xfrm_policy_check(sk, ndir, skb, family); in __xfrm_policy_check2()
1227 __xfrm_policy_check(sk, ndir, skb, family); in __xfrm_policy_check2()
/linux-6.12.1/fs/ufs/
Dsuper.c214 pr_debug(" ndir %u\n", in ufs_print_super_stuff()