Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ntfs/
H A 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 …]
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dinode.c1372 struct inode *ndir, struct dentry *ndentry) in gfs2_rename() argument
1375 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_rename()
1493 error = gfs2_permission(ndir, MAY_WRITE | MAY_EXEC); in gfs2_rename()
1497 error = gfs2_dir_check(ndir, &ndentry->d_name, NULL); in gfs2_rename()
1534 error = gfs2_diradd_alloc_required(ndir, &ndentry->d_name, &da); in gfs2_rename()
1573 error = gfs2_dir_add(ndir, &ndentry->d_name, ip, &da); in gfs2_rename()
1615 struct inode *ndir, struct dentry *ndentry, in gfs2_exchange() argument
1619 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_exchange()
1751 struct inode *ndir, struct dentry *ndentry, in gfs2_rename2() argument
1760 return gfs2_exchange(odir, odentry, ndir, ndentry, flags); in gfs2_rename2()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/
H A Dtdb-Add-configure-options-for-packages.patch81 - conf.CHECK_HEADERS('locale.h ndir.h pwd.h')
84 + conf.CHECK_HEADERS('locale.h ndir.h pwd.h')
102 … conf.CHECK_HEADERS('sys/id.h sys/ioctl.h sys/ipc.h sys/mman.h sys/mode.h sys/ndir.h sys/priv.h')
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/
H A D0001-Revised-handling-of-TIFFTAG_INKNAMES-and-related-TIF.patch238 …if (!TIFFWriteDirectoryTagAscii(tif,&ndir,dir,TIFFTAG_INKNAMES,tif->tif_dir.td_inknameslen,tif->ti…
243 + if (!TIFFWriteDirectoryTagShort(tif, &ndir, dir, TIFFTAG_NUMBEROFINKS, tif->tif_dir.td_numbero…
248 if (!TIFFWriteDirectoryTagSubifd(tif,&ndir,dir))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/
H A Doptions-0.10.0.patch84 conf.CHECK_HEADERS('locale.h ndir.h pwd.h')
104 … conf.CHECK_HEADERS('sys/id.h sys/ioctl.h sys/ipc.h sys/mman.h sys/mode.h sys/ndir.h sys/priv.h')
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/
H A Doptions-2.2.0.patch84 conf.CHECK_HEADERS('locale.h ndir.h pwd.h')
104 … conf.CHECK_HEADERS('sys/id.h sys/ioctl.h sys/ipc.h sys/mman.h sys/mode.h sys/ndir.h sys/priv.h')
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libldb/libldb/
H A D0002-ldb-Add-configure-options-for-packages.patch83 conf.CHECK_HEADERS('locale.h ndir.h pwd.h')
103 … conf.CHECK_HEADERS('sys/id.h sys/ioctl.h sys/ipc.h sys/mman.h sys/mode.h sys/ndir.h sys/priv.h')
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dstressapptest_config.h.in47 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
105 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/zip/zip-3.0/
H A D0001-configure-Use-CFLAGS-and-LDFLAGS-when-doing-link-tes.patch64 for lib in ndir dir ucb bsd BSD PW x dirent
/OK3568_Linux_fs/external/xserver/include/
H A Ddix-config.h.in149 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
222 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
H A Ddo-not-use-config.h.in269 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
387 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/
H A D0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch80 for lib in ndir dir ucb bsd BSD PW x dirent
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dxen-scsiback.c1108 unsigned int ndir = 0; in scsiback_do_lun_hotplug() local
1111 &ndir); in scsiback_do_lun_hotplug()
1115 for (i = 0; i < ndir; i++) in scsiback_do_lun_hotplug()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_iops.c410 struct inode *ndir, in xfs_vn_rename() argument
437 XFS_I(ndir), &nname, in xfs_vn_rename()
/OK3568_Linux_fs/kernel/include/net/
H A 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()
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A Dconfigure4460 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20200111.patch.gz1# ncurses 6.1 - patch 20200111 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190623.patch.gz1# ncurses 6.1 - patch 20190623 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190907.patch.gz1# ncurses 6.1 - patch 20190907 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190630.patch.gz1# ncurses 6.1 - patch 20190630 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20200104.patch.gz1# ncurses 6.1 - patch 20200104 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A Dpre-generated-old-configure.patch5323 +for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
/OK3568_Linux_fs/external/xserver/
H A Dconfigure21981 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do