/fs/xfs/ |
D | xfs_utils.c | 76 int code; in xfs_dir_ialloc() local 100 code = xfs_ialloc(tp, dp, mode, nlink, rdev, credp, prid, okalloc, in xfs_dir_ialloc() 108 if (code) { in xfs_dir_ialloc() 110 return code; in xfs_dir_ialloc() 155 code = xfs_trans_commit(tp, 0); in xfs_dir_ialloc() 165 if (code) { in xfs_dir_ialloc() 173 return code; in xfs_dir_ialloc() 181 code = xfs_trans_reserve(tp, 0, log_res, 0, in xfs_dir_ialloc() 191 if (code) { in xfs_dir_ialloc() 195 return code; in xfs_dir_ialloc() [all …]
|
D | xfs_vnodeops.c | 66 int code; in xfs_setattr() local 83 code = -inode_change_ok(inode, iattr); in xfs_setattr() 84 if (code) in xfs_setattr() 85 return code; in xfs_setattr() 121 code = XFS_QM_DQVOPALLOC(mp, ip, uid, gid, ip->i_d.di_projid, in xfs_setattr() 123 if (code) in xfs_setattr() 124 return code; in xfs_setattr() 140 if ((code = xfs_trans_reserve(tp, 0, in xfs_setattr() 151 code = XFS_SEND_DATA(mp, DM_EVENT_TRUNCATE, ip, in xfs_setattr() 153 if (code) { in xfs_setattr() [all …]
|
D | Kconfig | 75 and extra sanity-checking functions in various code paths. 77 Note that the resulting code will be HUGE and SLOW, and probably
|
/fs/reiserfs/ |
D | README | 6 Source code files that contain the phrase "licensing governed by 11 other licenses. If you add your code to governed files, and don't 13 code so the poor blight and his customers can keep things straight. 15 Reiser, and by adding your code to it, widely distributing it to 19 to license code labeled as owned by you on your behalf other than 25 right to decline to allow him to license your code contribution other 59 utilities cannot be compiled without accessing the balancing code 60 which is in the kernel code, and relocating the utilities may require 61 you to specify where that code can be found. 81 To understand the code, after reading the website, start reading the [all …]
|
D | super.c | 1507 __u32 code; in what_hash() local 1509 code = sb_hash_function_code(SB_DISK_SUPER_BLOCK(s)); in what_hash() 1515 if (code == UNSET_HASH || reiserfs_hash_detect(s)) in what_hash() 1516 code = find_hash_out(s); in what_hash() 1518 if (code != UNSET_HASH && reiserfs_hash_detect(s)) { in what_hash() 1522 if (reiserfs_rupasov_hash(s) && code != YURA_HASH) { in what_hash() 1525 reiserfs_hashname(code)); in what_hash() 1526 code = UNSET_HASH; in what_hash() 1527 } else if (reiserfs_tea_hash(s) && code != TEA_HASH) { in what_hash() 1530 reiserfs_hashname(code)); in what_hash() [all …]
|
D | prints.c | 479 char *reiserfs_hashname(int code) in reiserfs_hashname() argument 481 if (code == YURA_HASH) in reiserfs_hashname() 483 if (code == TEA_HASH) in reiserfs_hashname() 485 if (code == R5_HASH) in reiserfs_hashname()
|
/fs/xfs/linux-2.6/ |
D | xfs_ioctl.c | 930 int code; in xfs_ioctl_setattr() local 948 code = XFS_QM_DQVOPALLOC(mp, ip, ip->i_d.di_uid, in xfs_ioctl_setattr() 951 if (code) in xfs_ioctl_setattr() 952 return code; in xfs_ioctl_setattr() 960 code = xfs_trans_reserve(tp, 0, XFS_ICHANGE_LOG_RES(mp), 0, 0, 0); in xfs_ioctl_setattr() 961 if (code) in xfs_ioctl_setattr() 975 code = XFS_ERROR(EPERM); in xfs_ioctl_setattr() 986 code = XFS_QM_DQVOPCHOWNRESV(mp, tp, ip, udqp, gdqp, in xfs_ioctl_setattr() 989 if (code) /* out of quota */ in xfs_ioctl_setattr() 1001 code = XFS_ERROR(EINVAL); /* EFBIG? */ in xfs_ioctl_setattr() [all …]
|
/fs/ocfs2/dlm/ |
D | dlmdomain.c | 766 .code = JOIN_DISALLOW, in dlm_query_join_handler() 786 packet.code = JOIN_DISALLOW; in dlm_query_join_handler() 790 packet.code = JOIN_OK_NO_MAP; in dlm_query_join_handler() 809 packet.code = JOIN_DISALLOW; in dlm_query_join_handler() 829 packet.code = JOIN_OK_NO_MAP; in dlm_query_join_handler() 832 packet.code = JOIN_DISALLOW; in dlm_query_join_handler() 836 packet.code = JOIN_DISALLOW; in dlm_query_join_handler() 840 packet.code = JOIN_DISALLOW; in dlm_query_join_handler() 845 packet.code = JOIN_DISALLOW; in dlm_query_join_handler() 856 packet.code = JOIN_PROTOCOL_MISMATCH; in dlm_query_join_handler() [all …]
|
/fs/jffs2/ |
D | README.Locking | 7 code. It has its own locking, as described below. 57 VFS. If the garbage collection code were to attempt to lock the i_sem 63 mutex, which is obtained by the garbage collection code and also 64 by the normal file system code _after_ allocation of space. 89 the list are protected by the file mutex f->sem. But the erase code 97 pointer when the garbage collection thread exits. The code to kill the 127 This mutex is only used by the erase code which frees obsolete node 134 heavyweight lock was required to prevent the erase code from freeing 136 collection code is looking at them.
|
D | LICENCE | 24 covered by the GNU General Public License. However the source code for
|
D | TODO | 12 - make the scan code populate real inodes so read_inode just after
|
/fs/ntfs/ |
D | ChangeLog | 43 - Fix an (innocent) off-by-one error in the runlist code. 53 from read inode and new inode code paths. 99 fixup code as this is now done by ntfs_cluster_alloc(). 136 code path. There are two limitations at present and these are that 218 - Fix various bugs in the runlist merging code. (Based on libntfs 247 - Implement extension of resident files in the regular file write code 286 write code. 309 better code generation and one less sparse warning in fs/ntfs/aops.c. 317 - Fix a bug in address space operations error recovery code paths where 330 code gets confused. [all …]
|
/fs/befs/ |
D | ChangeLog | 81 * Misc code cleanups. Also cleanup of this changelog file. [WD] 146 filesystem code should be using GFP_NOFS instead of GFP_KERNEL as the 227 * Removed old datastream code from file.c, since it is nolonger used. 272 * Converted befs_read_file() to use the new datastream code. 280 * Removed byte-order conversion code. 295 * Discovered that the datastream handleing code in file.c is quite deficient 321 * Permanently removed code that had been provisionally ifdefed out of befs_fs.h 412 * Tried to niceify the code using the ext2 fs as a guide
|
/fs/cramfs/ |
D | README | 116 code simplicity and little CPU overhead even on big-endian machines. 118 The cost of swabbing is changing the code to use the le32_to_cpu 140 The cost of option 2 relative to option 1 is that the code uses 153 will disagree. (If it is implemented, then I'll re-use that code in
|
/fs/cifs/ |
D | TODO | 19 d) Cleanup now unneeded SessSetup code in 20 fs/cifs/connect.c and add back in NTLMSSP code if any servers 101 2) follow_link and readdir code does not follow dfs junctions
|
D | CHANGES | 406 network failure) fix tcp session reconnect code so we do not try first 465 Fix race on tcpStatus field between unmount and reconnection code, causing 601 Fix oops (in send_sig) caused by CIFS unmount code trying to 626 list processing in file routines. Check return code on kmalloc in open. 632 and on revalidate errors. Fix cases where pid is now tgid. Fix return code 685 code (distributed caching) to properly send response to oplock 710 Fixed various incorrect or misleading smb to posix error code mappings. 744 Add resume key support to search (readdir) code to workaround 751 Add more oplock handling (distributed caching code). Remove 752 dead code. Remove excessive stack space utilization from [all …]
|
/fs/ |
D | Kconfig | 197 This option alone does not add any kernel code. 238 filesystem-related networking code, such as NFS daemon and 241 This option alone does not add any kernel code.
|
/fs/coda/ |
D | Kconfig | 14 *client*. You will need user level code as well, both for the
|
/fs/adfs/ |
D | Kconfig | 16 To compile this code as a module, choose M here: the module will be
|
/fs/ecryptfs/ |
D | crypto.c | 1172 u8 code = 0; in ecryptfs_code_for_cipher_string() local 1179 code = RFC2440_CIPHER_AES_128; in ecryptfs_code_for_cipher_string() 1182 code = RFC2440_CIPHER_AES_192; in ecryptfs_code_for_cipher_string() 1185 code = RFC2440_CIPHER_AES_256; in ecryptfs_code_for_cipher_string() 1190 code = map[i].cipher_code; in ecryptfs_code_for_cipher_string() 1194 return code; in ecryptfs_code_for_cipher_string()
|
/fs/jbd/ |
D | Kconfig | 14 cannot compile this code as a module.
|
/fs/jbd2/ |
D | Kconfig | 17 you cannot compile this code as a module.
|
/fs/isofs/ |
D | Kconfig | 24 new 16 bit character code, successor to ASCII, which encodes the
|
/fs/squashfs/ |
D | Kconfig | 21 If you want to compile this as a module ( = code which can be
|
/fs/ext3/ |
D | Kconfig | 9 The journalling code included in this driver means you do not have
|