Home
last modified time | relevance | path

Searched refs:PATH_IS_DIR (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/security/apparmor/include/
H A Dpath.h15 PATH_IS_DIR = 0x1, /* path is a directory */ enumerator
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dpath.h15 PATH_IS_DIR = 0x1, /* path is a directory */ enumerator
/kernel/linux/linux-5.10/security/apparmor/
H A Dpath.c94 int isdir = (flags & PATH_IS_DIR) ? 1 : 0; in d_namespace_path()
191 * We need PATH_IS_DIR to indicate whether the file is a directory or not
H A Dfile.c322 flags |= PATH_DELEGATE_DELETED | (S_ISDIR(cond->mode) ? PATH_IS_DIR : in aa_path_perm()
523 flags = PATH_DELEGATE_DELETED | (S_ISDIR(cond.mode) ? PATH_IS_DIR : 0); in __file_path_perm()
H A Dmount.c299 (S_ISDIR(path->dentry->d_inode->i_mode) ? PATH_IS_DIR : 0); in path_flags()
/kernel/linux/linux-6.6/security/apparmor/
H A Dpath.c94 int isdir = (flags & PATH_IS_DIR) ? 1 : 0; in d_namespace_path()
191 * We need PATH_IS_DIR to indicate whether the file is a directory or not
H A Dfile.c292 flags |= PATH_DELEGATE_DELETED | (S_ISDIR(cond->mode) ? PATH_IS_DIR : in aa_path_perm()
505 flags = PATH_DELEGATE_DELETED | (S_ISDIR(cond.mode) ? PATH_IS_DIR : 0); in __file_path_perm()
H A Dmount.c285 (S_ISDIR(path->dentry->d_inode->i_mode) ? PATH_IS_DIR : 0); in path_flags()

Completed in 8 milliseconds