Searched refs:ICBTAG_FLAG_STICKY (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/udf/
H A Decma_167.h539 #define ICBTAG_FLAG_STICKY 0x0100 macro
H A Dinode.c1658 ((flags & ICBTAG_FLAG_STICKY) ? S_ISVTX : 0);
1888 ((inode->i_mode & S_ISVTX) ? ICBTAG_FLAG_STICKY : 0) |
1891 ICBTAG_FLAG_SETGID | ICBTAG_FLAG_STICKY));

Completed in 151 milliseconds