Searched refs:is_in_root (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dindex.h40 * @is_in_root: 'true' if @entry is in @ir and 'false' if it is in @ia
41 * @ir: index root if @is_in_root and NULL otherwise
42 * @actx: attribute search context if @is_in_root and NULL otherwise
43 * @base_ni: base inode if @is_in_root and NULL otherwise
44 * @ia: index block if @is_in_root is 'false' and NULL otherwise
45 * @page: page if @is_in_root is 'false' and NULL otherwise
53 * If @is_in_root is 'true', @entry is in the index root attribute @ir described
57 * If @is_in_root is 'false', @entry is in the index allocation attribute and @ia
80 bool is_in_root; member in struct:__anon7533
113 if (ictx->is_in_root)
[all...]
H A Dindex.c58 if (ictx->is_in_root) {
207 ictx->is_in_root = true;
377 ictx->is_in_root = false;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dindex.h46 * @is_in_root: TRUE if @entry is in @ir or FALSE if it is in @ia
47 * @ir: index root if @is_in_root or NULL otherwise
49 * @ia: index block if @is_in_root is FALSE or NULL otherwise
65 * If @is_in_root is TRUE, @entry is in the index root attribute @ir described
69 * If @is_in_root is FALSE, @entry is in the index allocation attribute and @ia
92 BOOL is_in_root; member in struct:__anon1223
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dindex.c65 if (ictx->is_in_root)
150 if (!icx->is_in_root) {
723 icx->is_in_root = TRUE;
761 icx->is_in_root = FALSE;
1447 if (icx->is_in_root)
1461 if (icx->is_in_root) {
1708 if (icx->is_in_root)
1716 if (icx->is_in_root) {
1736 if (icx->is_in_root) {
1782 if (icx->is_in_root)
[all...]

Completed in 67 milliseconds