Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
acl.c File Reference
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/fs.h>
#include <linux/posix_acl_xattr.h>
#include "jfs_incore.h"
#include "jfs_txnmgr.h"
#include "jfs_xattr.h"
#include "jfs_acl.h"

Go to the source code of this file.

Functions

struct posix_acljfs_get_acl (struct inode *inode, int type)
 
int jfs_init_acl (tid_t tid, struct inode *inode, struct inode *dir)
 
int jfs_acl_chmod (struct inode *inode)
 

Function Documentation

int jfs_acl_chmod ( struct inode inode)

Definition at line 151 of file acl.c.

struct posix_acl* jfs_get_acl ( struct inode inode,
int  type 
)
read

Definition at line 30 of file acl.c.

int jfs_init_acl ( tid_t  tid,
struct inode inode,
struct inode dir 
)

Definition at line 117 of file acl.c.