Lines Matching refs:item
1477 const struct CACHED_SECURID *item)
1490 isize = (item->variable ?
1492 + (((struct POSIX_SECURITY*)item->variable)->acccnt
1493 + ((struct POSIX_SECURITY*)item->variable)->defcnt)
1496 return ((cached->uid != item->uid)
1497 || (cached->gid != item->gid)
1498 || (cached->dmode != item->dmode)
1503 &((struct POSIX_SECURITY*)item->variable)->acl, csize)));
1505 return ((cached->uid != item->uid)
1506 || (cached->gid != item->gid)
1507 || (cached->dmode != item->dmode));
1512 const struct CACHED_PERMISSIONS_LEGACY *item)
1514 return (cached->mft_no != item->mft_no);
4310 struct MAPLIST *item;
4366 item = firstitem->next;
4368 firstitem = item;