/linux-2.4.37.9/fs/bfs/ |
D | file.c | 58 struct buffer_head * bh_result, int create) in bfs_get_block() argument 69 if (!create) { in bfs_get_block() 71 dprintf("c=%d, b=%08lx, phys=%08lx (granted)\n", create, block, phys); in bfs_get_block() 83 create, block, phys); in bfs_get_block() 97 create, block, phys); in bfs_get_block() 121 dprintf("c=%d, b=%08lx, phys=%08lx (moved)\n", create, block, phys); in bfs_get_block()
|
/linux-2.4.37.9/fs/hfs/ |
D | file.c | 61 struct buffer_head *hfs_getblk(struct hfs_fork *fork, int block, int create) in hfs_getblk() argument 66 tmp = hfs_extent_map(fork, block, create); in hfs_getblk() 68 if (create) { in hfs_getblk() 109 int hfs_get_block(struct inode *inode, long iblock, struct buffer_head *bh_result, int create) in hfs_get_block() argument 113 phys = hfs_extent_map(HFS_I(inode)->fork, iblock, create); in hfs_get_block() 118 if (create) in hfs_get_block() 123 if (!create) in hfs_get_block()
|
D | dir_cap.c | 67 create: hfs_create, 82 create: hfs_create,
|
/linux-2.4.37.9/fs/efs/ |
D | file.c | 12 struct buffer_head *bh_result, int create) in efs_get_block() argument 17 if (create) in efs_get_block()
|
/linux-2.4.37.9/fs/jfs/ |
D | inode.c | 213 struct buffer_head *bh_result, int create) in jfs_get_block() argument 233 if (create) in jfs_get_block() 243 if (!create) in jfs_get_block() 272 if (!create) in jfs_get_block() 302 if (create) in jfs_get_block()
|
/linux-2.4.37.9/fs/minix/ |
D | itree_v1.c | 50 struct buffer_head *bh_result, int create) in V1_minix_get_block() argument 52 return get_block(inode, block, bh_result, create); in V1_minix_get_block()
|
D | itree_v2.c | 55 struct buffer_head *bh_result, int create) in V2_minix_get_block() argument 57 return get_block(inode, block, bh_result, create); in V2_minix_get_block()
|
/linux-2.4.37.9/fs/qnx4/ |
D | inode.c | 158 int create) in qnx4_getblk() argument 168 if (!create) { in qnx4_getblk() 189 struct buffer_head *qnx4_bread(struct inode *inode, int block, int create) in qnx4_bread() argument 193 bh = qnx4_getblk(inode, block, create); in qnx4_bread() 207 int qnx4_get_block( struct inode *inode, long iblock, struct buffer_head *bh, int create ) in qnx4_get_block() argument 219 } else if ( create ) { in qnx4_get_block()
|
/linux-2.4.37.9/fs/umsdos/ |
D | README-WIP.txt | 61 + create symlink - works 62 + create hardlink - works 63 + create file - works 64 + create special file - works
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_aops.c | 861 int create, in linvfs_get_block_core() argument 874 create ? flags : BMAPI_READ, &iomap, &retpbbm, error); in linvfs_get_block_core() 888 if (create || !(iomap.iomap_flags & IOMAP_UNWRITTEN)) { in linvfs_get_block_core() 898 if (create && (iomap.iomap_flags & IOMAP_UNWRITTEN)) { in linvfs_get_block_core() 911 if (create && in linvfs_get_block_core() 919 if (create) { in linvfs_get_block_core() 934 int create) in linvfs_get_block() argument 937 create, 0, BMAPI_WRITE); in linvfs_get_block() 945 int create) in linvfs_get_block_direct() argument 948 create, 1, BMAPI_WRITE|BMAPI_DIRECT); in linvfs_get_block_direct()
|
/linux-2.4.37.9/fs/adfs/ |
D | adfs.h | 52 int (*create)(struct adfs_dir *dir, struct object_info *obj); member 70 struct buffer_head *bh, int create);
|
/linux-2.4.37.9/fs/fat/ |
D | file.c | 51 int fat_get_block(struct inode *inode, long iblock, struct buffer_head *bh_result, int create) in fat_get_block() argument 63 if (!create) in fat_get_block()
|
/linux-2.4.37.9/fs/intermezzo/ |
D | methods.c | 338 if (cache_iops->create && filter_iops->create) in filter_setup_dir_ops() 339 cache_filter_iops->create = filter_iops->create; in filter_setup_dir_ops()
|
/linux-2.4.37.9/Documentation/networking/ |
D | generic-hdlc.txt | 25 create a number of "hdlc" (hdlc0 etc) network devices, one for each 42 sethdlc hdlc0 create 99 92 * create n | delete n - adds / deletes PVC interface with DLCI #n. 95 * create ether n | delete ether n - adds a device for Ethernet-bridged
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | slog2.S | 32 | Step 0. If X < 0, create a NaN and raise the invalid operation 47 | Step 0. If X < 0, create a NaN and raise the invalid operation 61 | Step 0. If X < 0, create a NaN and raise the invalid operation 76 | Step 0. If X < 0, create a NaN and raise the invalid operation
|
/linux-2.4.37.9/fs/nfsd/ |
D | nfs3proc.c | 678 PROC(create, create, create, fhandle2, RC_REPLBUFF, ST+(1+FH+pAT)+WC), 679 PROC(mkdir, mkdir, create, fhandle2, RC_REPLBUFF, ST+(1+FH+pAT)+WC), 680 PROC(symlink, symlink, create, fhandle2, RC_REPLBUFF, ST+(1+FH+pAT)+WC), 681 PROC(mknod, mknod, create, fhandle2, RC_REPLBUFF, ST+(1+FH+pAT)+WC),
|
/linux-2.4.37.9/fs/hpfs/ |
D | file.c | 71 int hpfs_get_block(struct inode *inode, long iblock, struct buffer_head *bh_result, int create) in hpfs_get_block() argument 81 if (!create) return 0; in hpfs_get_block()
|
/linux-2.4.37.9/fs/sysv/ |
D | CHANGES | 39 create a symlink or directory. Incidentially, 60 ->create() by VFS).
|
/linux-2.4.37.9/fs/ext3/ |
D | inode.c | 750 struct buffer_head *bh_result, int create) in ext3_get_block_handle() argument 761 J_ASSERT(handle != NULL || create == 0); in ext3_get_block_handle() 783 if (!create || err == -EIO) { in ext3_get_block_handle() 858 struct buffer_head *bh_result, int create) in ext3_get_block() argument 863 if (create) { in ext3_get_block() 867 ret = ext3_get_block_handle(handle, inode, iblock, bh_result, create); in ext3_get_block() 875 long block, int create, int * errp) in ext3_getblk() argument 880 J_ASSERT(handle != NULL || create == 0); in ext3_getblk() 885 *errp = ext3_get_block_handle(handle, inode, block, &dummy, create); in ext3_getblk() 890 J_ASSERT(create != 0); in ext3_getblk() [all …]
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | tmpfs.txt | 13 If you compare it to ramfs (which was the template to create tmpfs) 16 RAM, where you have to create an ordinary filesystem on top. Ramdisks 41 Remember to create the directory that you intend to mount tmpfs on
|
D | bfs.txt | 35 To create the BFS image under UnixWare you need to find out first which 42 information you can use dd(1) to create the BFS image:
|
D | vfat.txt | 52 -- Shortname display/create setting. 54 emulate the Windows 95 rule for create. 55 win95: emulate the Windows 95 rule for display/create. 56 winnt: emulate the Windows NT rule for display/create. 58 emulate the Windows 95 rule for create.
|
/linux-2.4.37.9/fs/ufs/ |
D | inode.c | 311 …t ufs_getfrag_block (struct inode *inode, long fragment, struct buffer_head *bh_result, int create) in ufs_getfrag_block() argument 322 if (!create) { in ufs_getfrag_block() 414 int create, int *err) in ufs_getfrag() argument 421 error = ufs_getfrag_block(inode, fragment, &dummy, create); in ufs_getfrag() 437 int create, int * err) in ufs_bread() argument 442 bh = ufs_getfrag (inode, fragment, create, err); in ufs_bread()
|
/linux-2.4.37.9/include/net/ |
D | inetpeer.h | 35 struct inet_peer *inet_getpeer(__u32 daddr, int create);
|
/linux-2.4.37.9/fs/affs/ |
D | file.c | 41 …tic int affs_get_block(struct inode *inode, long block, struct buffer_head *bh_result, int create); 335 affs_get_block(struct inode *inode, long block, struct buffer_head *bh_result, int create) in affs_get_block() argument 347 if (block > AFFS_INODE->i_blkcnt || !create) in affs_get_block() 350 create = 0; in affs_get_block() 364 if (create) { in affs_get_block() 440 affs_bread_ino(struct inode *inode, int block, int create) in affs_bread_ino() argument 446 err = affs_get_block(inode, block, &tmp_bh, create); in affs_bread_ino()
|