Home
last modified time | relevance | path

Searched refs:f_security (Results 1 – 5 of 5) sorted by relevance

/linux/security/landlock/
H A Dfs.h110 return file->f_security + landlock_blob_sizes.lbs_file;
/linux/security/apparmor/include/
H A Dfile.h34 return file->f_security + apparmor_blob_sizes.lbs_file; in file_ctx()
/linux/security/smack/
H A Dsmack.h357 return (struct smack_known **)(file->f_security + in smack_file()
/linux/security/
H A Dsecurity.c165 file->f_security = NULL; in lsm_file_alloc()
169 file->f_security = kmem_cache_zalloc(lsm_file_cache, GFP_KERNEL); in lsm_file_alloc()
170 if (file->f_security == NULL) in lsm_file_alloc()
2373 * Allocate and attach a security structure to the file->f_security field. The
2405 * Deallocate and free any security structures stored in file->f_security.
2413 blob = file->f_security; in security_file_free()
2415 file->f_security = NULL; in security_file_free()
2576 * file->f_security for later use by the send_sigiotask hook.
/linux/include/linux/
H A Dfs.h1283 void *f_security; member