Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/cachefiles/
H A Dnamei.c22 if (!(inode->i_flags & S_KERNEL_FILE)) { in __cachefiles_mark_inode_in_use()
23 inode->i_flags |= S_KERNEL_FILE; in __cachefiles_mark_inode_in_use()
50 inode->i_flags &= ~S_KERNEL_FILE; in __cachefiles_unmark_inode_in_use()
761 if (d_inode(victim)->i_flags & S_KERNEL_FILE) in cachefiles_lookup_for_cull()
808 if (inode->i_flags & S_KERNEL_FILE) { in cachefiles_cull()
812 inode->i_flags |= S_KERNEL_FILE; in cachefiles_cull()
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h2115 #define S_KERNEL_FILE (1 << 17) /* File is in use by the kernel (eg. fs/cachefiles) */ macro
/kernel/linux/linux-6.6/fs/
H A Dnamei.c4191 (dentry->d_inode->i_flags & S_KERNEL_FILE)) in vfs_rmdir()

Completed in 14 milliseconds