Home
last modified time | relevance | path

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

/security/
Dinode.c87 int is_dir = S_ISDIR(mode); in securityfs_create_file() local
91 if (!is_dir) { in securityfs_create_file()
127 if (is_dir) { in securityfs_create_file()
/security/tomoyo/
Dutil.c667 ptr->is_dir = len && (name[len - 1] == '/'); in tomoyo_fill_path_info()
931 if (filename->is_dir != pattern->is_dir) in tomoyo_path_matches_pattern()
Dcommon.h504 bool is_dir; /* = tomoyo_strendswith(name, "/") */ member
Dfile.c131 if (buf->is_dir) in tomoyo_add_slash()