Home
last modified time | relevance | path

Searched refs:PATH_IS_DIR (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/security/apparmor/include/
Dpath.h15 PATH_IS_DIR = 0x1, /* path is a directory */ enumerator
/Linux-v5.10/security/apparmor/
Dpath.c94 int isdir = (flags & PATH_IS_DIR) ? 1 : 0; in d_namespace_path()
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()
Dmount.c298 (S_ISDIR(path->dentry->d_inode->i_mode) ? PATH_IS_DIR : 0); in path_flags()