Home
last modified time | relevance | path

Searched defs:create (Results 1 – 25 of 104) sorted by relevance

12345

/linux-3.3/kernel/
Dkthread.c102 struct kthread_create_info *create = _create; in kthread() local
137 static void create_kthread(struct kthread_create_info *create) in create_kthread()
180 struct kthread_create_info create; in kthread_create_on_node() local
295 struct kthread_create_info *create; in kthreadd() local
/linux-3.3/fs/ext2/
Dxip.c33 __ext2_get_block(struct inode *inode, pgoff_t pgoff, int create, in __ext2_get_block()
78 int ext2_get_xip_mem(struct address_space *mapping, pgoff_t pgoff, int create, in ext2_get_xip_mem()
/linux-3.3/fs/efs/
Dfile.c13 struct buffer_head *bh_result, int create) in efs_get_block()
/linux-3.3/fs/qnx4/
Dinode.c56 int create) in qnx4_getblk()
69 struct buffer_head *qnx4_bread(struct inode *inode, int block, int create) in qnx4_bread()
87 static int qnx4_get_block( struct inode *inode, sector_t iblock, struct buffer_head *bh, int create in qnx4_get_block()
/linux-3.3/fs/nilfs2/
Dalloc.c207 int create, in nilfs_palloc_get_block()
251 int create, struct buffer_head **bhp) in nilfs_palloc_get_desc_block()
270 int create, struct buffer_head **bhp) in nilfs_palloc_get_bitmap_block()
288 int create, struct buffer_head **bhp) in nilfs_palloc_get_entry_block()
Dsufile.c94 int create, struct buffer_head **bhp) in nilfs_sufile_get_segment_usage_block()
161 int create, size_t *ndone, in nilfs_sufile_updatev()
228 int nilfs_sufile_update(struct inode *sufile, __u64 segnum, int create, in nilfs_sufile_update()
/linux-3.3/include/net/
Dinetpeer.h77 static inline struct inet_peer *inet_getpeer_v4(__be32 v4daddr, int create) in inet_getpeer_v4()
86 static inline struct inet_peer *inet_getpeer_v6(const struct in6_addr *v6daddr, int create) in inet_getpeer_v6()
/linux-3.3/include/net/9p/
Dtransport.h54 int (*create)(struct p9_client *, const char *, char *); member
/linux-3.3/fs/freevxfs/
Dvxfs_subr.c130 struct buffer_head *bp, int create) in vxfs_getblk()
/linux-3.3/fs/minix/
Ditree_v1.c54 struct buffer_head *bh_result, int create) in V1_minix_get_block()
Ditree_v2.c62 struct buffer_head *bh_result, int create) in V2_minix_get_block()
/linux-3.3/fs/ocfs2/dlm/
Ddlmlock.c309 struct dlm_create_lock create; in dlm_send_remote_lock_request() local
466 struct dlm_create_lock *create = (struct dlm_create_lock *)msg->buf; in dlm_create_lock_handler() local
/linux-3.3/drivers/md/
Ddm-path-selector.h40 int (*create) (struct path_selector *ps, unsigned argc, char **argv); member
/linux-3.3/fs/gfs2/
Dbmap.c382 static inline void bmap_lock(struct gfs2_inode *ip, int create) in bmap_lock()
390 static inline void bmap_unlock(struct gfs2_inode *ip, int create) in bmap_unlock()
602 struct buffer_head *bh_map, int create) in gfs2_block_map()
684 int create = *new; in gfs2_extent_map() local
Dmeta_io.c127 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, int create) in gfs2_getbuf()
/linux-3.3/drivers/staging/tidspbridge/include/dspbridge/
Dnldrdefs.h284 nldr_createfxn create; member
/linux-3.3/fs/bfs/
Dfile.c66 struct buffer_head *bh_result, int create) in bfs_get_block()
/linux-3.3/net/nfc/
Dnfc.h34 int (*create)(struct net *net, struct socket *sock, member
/linux-3.3/fs/hpfs/
Dfile.c66 …int hpfs_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) in hpfs_get_block()
/linux-3.3/fs/adfs/
Dinode.c20 int create) in adfs_get_block()
/linux-3.3/fs/xfs/
Dxfs_aops.c1099 int create, in __xfs_get_blocks()
1239 int create) in xfs_get_blocks()
1249 int create) in xfs_get_blocks_direct()
/linux-3.3/fs/affs/
Dfile.c322 affs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) in affs_get_block()
438 affs_bread_ino(struct inode *inode, int block, int create) in affs_bread_ino()
/linux-3.3/net/rxrpc/
Dar-call.c150 int create, in rxrpc_get_client_call()
/linux-3.3/fs/jfs/
Dinode.c196 struct buffer_head *bh_result, int create) in jfs_get_block()
/linux-3.3/fs/udf/
Dinode.c325 struct buffer_head *bh_result, int create) in udf_get_block()
363 int create, int *err) in udf_getblk()
1083 int create, int *err) in udf_bread()

12345