Searched refs:IS_LAST_ENTRY (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dxattr.c71 #define IS_LAST_ENTRY(entry) (*(__u32 *)(entry) == 0) macro
191 while (!IS_LAST_ENTRY(entry)) {
203 while (!IS_LAST_ENTRY(entry)) {
288 while (!IS_LAST_ENTRY(entry)) {
299 for (entry = FIRST_ENTRY(bh); !IS_LAST_ENTRY(entry);
423 while (!IS_LAST_ENTRY(here)) {
443 while (!IS_LAST_ENTRY(last)) {
573 while (!IS_LAST_ENTRY(last)) {
606 if (IS_LAST_ENTRY(ENTRY(header+1))) {
878 while (!IS_LAST_ENTRY(entry
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dxattr.c67 #define IS_LAST_ENTRY(entry) (*(__u32 *)(entry) == 0) macro
156 while (!IS_LAST_ENTRY(entry)) {
200 for (; !IS_LAST_ENTRY(entry); entry = EXT3_XATTR_NEXT(entry)) {
340 for (; !IS_LAST_ENTRY(entry); entry = EXT3_XATTR_NEXT(entry)) {
538 for (; !IS_LAST_ENTRY(last); last = EXT3_XATTR_NEXT(last)) {
597 while (!IS_LAST_ENTRY(last)) {
710 if (!IS_LAST_ENTRY(s->first))
765 if (!IS_LAST_ENTRY(s->first))
769 if (!IS_LAST_ENTRY(s->first)) {
915 if (!IS_LAST_ENTRY(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dxattr.c67 #define IS_LAST_ENTRY(entry) (*(__u32 *)(entry) == 0) macro
149 while (!IS_LAST_ENTRY(entry)) {
193 for (; !IS_LAST_ENTRY(entry); entry = EXT4_XATTR_NEXT(entry)) {
333 for (; !IS_LAST_ENTRY(entry); entry = EXT4_XATTR_NEXT(entry)) {
514 for (; !IS_LAST_ENTRY(last); last = EXT4_XATTR_NEXT(last)) {
548 for (; !IS_LAST_ENTRY(last); last = EXT4_XATTR_NEXT(last)) {
607 while (!IS_LAST_ENTRY(last)) {
719 if (!IS_LAST_ENTRY(s->first))
774 if (!IS_LAST_ENTRY(s->first))
778 if (!IS_LAST_ENTRY(
[all...]

Completed in 66 milliseconds