Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/udf/
H A Decma_167.h539 #define ICBTAG_FLAG_STICKY 0x0100 macro
H A Dinode.c1633 ((flags & ICBTAG_FLAG_STICKY) ? S_ISVTX : 0); in udf_convert_permissions()
1861 ((inode->i_mode & S_ISVTX) ? ICBTAG_FLAG_STICKY : 0) | in udf_update_inode()
1864 ICBTAG_FLAG_SETGID | ICBTAG_FLAG_STICKY)); in udf_update_inode()
/kernel/linux/linux-6.6/fs/udf/
H A Decma_167.h539 #define ICBTAG_FLAG_STICKY 0x0100 macro
H A Dinode.c1655 ((flags & ICBTAG_FLAG_STICKY) ? S_ISVTX : 0); in udf_convert_permissions()
1883 ((inode->i_mode & S_ISVTX) ? ICBTAG_FLAG_STICKY : 0) | in udf_update_inode()
1886 ICBTAG_FLAG_SETGID | ICBTAG_FLAG_STICKY)); in udf_update_inode()

Completed in 10 milliseconds