Home
last modified time | relevance | path

Searched refs:reparse (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2inode.c508 FILE_ALL_INFO *data, bool *adjust_tz, bool *reparse) in smb2_query_path_info() argument
518 *reparse = false; in smb2_query_path_info()
550 *reparse = true; in smb2_query_path_info()
572 struct smb311_posix_qinfo *data, bool *adjust_tz, bool *reparse) in smb311_posix_query_path_info() argument
580 *reparse = false; in smb311_posix_query_path_info()
601 *reparse = true; in smb311_posix_query_path_info()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/classes/
H A Dgitver.bbclass65 # Force a reparse if anything in the index changes.
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dgconf.c1266 reparse: in update_tree()
1293 goto reparse; /* next child */ in update_tree()
1318 goto reparse; // next child in update_tree()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dgconf.c1266 reparse: in update_tree()
1293 goto reparse; /* next child */ in update_tree()
1318 goto reparse; // next child in update_tree()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dgconf.c1266 reparse: in update_tree()
1293 goto reparse; /* next child */ in update_tree()
1318 goto reparse; // next child in update_tree()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A D__init__.py229 reparse = 0
234 reparse = 1
241 reparse = 1
243 if reparse:
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cifs/
H A Dtodo.rst104 1) existing symbolic links (Windows reparse points) are recognized but
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dlayout.h2253 REPARSE_INDEX_KEY reparse; /* $R index in member
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpopulate_sdk_ext.bbclass356 # We want to be able to set this without a full reparse
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcooker.py2388 def reparse(self, filename): member in CookerParser