Searched hist:"534 eadddc1de8754a227202c0e747af4973f82ce" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ocfs2/ |
H A D | xattr.h | diff 534eadddc1de8754a227202c0e747af4973f82ce Thu Nov 13 21:16:41 CST 2008 Tiger Yang <tiger.yang@oracle.com> ocfs2: add ocfs2_init_security in during file create
Security attributes must be set when creating a new inode.
We do this in three steps.
- First, get security xattr's name and value by security_operation
- Calculate and reserve the meta data and clusters needed by this security xattr before starting transaction
- Finally, we set it before add_entry
Signed-off-by: Tiger Yang <tiger.yang@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|
H A D | xattr.c | diff 534eadddc1de8754a227202c0e747af4973f82ce Thu Nov 13 21:16:41 CST 2008 Tiger Yang <tiger.yang@oracle.com> ocfs2: add ocfs2_init_security in during file create
Security attributes must be set when creating a new inode.
We do this in three steps.
- First, get security xattr's name and value by security_operation
- Calculate and reserve the meta data and clusters needed by this security xattr before starting transaction
- Finally, we set it before add_entry
Signed-off-by: Tiger Yang <tiger.yang@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|
H A D | namei.c | diff 534eadddc1de8754a227202c0e747af4973f82ce Thu Nov 13 21:16:41 CST 2008 Tiger Yang <tiger.yang@oracle.com> ocfs2: add ocfs2_init_security in during file create
Security attributes must be set when creating a new inode.
We do this in three steps.
- First, get security xattr's name and value by security_operation
- Calculate and reserve the meta data and clusters needed by this security xattr before starting transaction
- Finally, we set it before add_entry
Signed-off-by: Tiger Yang <tiger.yang@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|