Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 34) sorted by relevance

12

/fs/reiserfs/
DREADME6 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 …]
Dsuper.c1792 __u32 code; in what_hash() local
1794 code = sb_hash_function_code(SB_DISK_SUPER_BLOCK(s)); in what_hash()
1801 if (code == UNSET_HASH || reiserfs_hash_detect(s)) in what_hash()
1802 code = find_hash_out(s); in what_hash()
1804 if (code != UNSET_HASH && reiserfs_hash_detect(s)) { in what_hash()
1809 if (reiserfs_rupasov_hash(s) && code != YURA_HASH) { in what_hash()
1813 reiserfs_hashname(code)); in what_hash()
1814 code = UNSET_HASH; in what_hash()
1815 } else if (reiserfs_tea_hash(s) && code != TEA_HASH) { in what_hash()
1819 reiserfs_hashname(code)); in what_hash()
[all …]
Dprints.c533 char *reiserfs_hashname(int code) in reiserfs_hashname() argument
535 if (code == YURA_HASH) in reiserfs_hashname()
537 if (code == TEA_HASH) in reiserfs_hashname()
539 if (code == R5_HASH) in reiserfs_hashname()
DKconfig21 make source code open.''
/fs/xfs/
Dxfs_ioctl.c1556 int code; in xfs_ioctl_setattr() local
1561 code = xfs_ioctl_setattr_check_projid(ip, fa); in xfs_ioctl_setattr()
1562 if (code) in xfs_ioctl_setattr()
1563 return code; in xfs_ioctl_setattr()
1574 code = xfs_qm_vop_dqalloc(ip, VFS_I(ip)->i_uid, in xfs_ioctl_setattr()
1577 if (code) in xfs_ioctl_setattr()
1578 return code; in xfs_ioctl_setattr()
1588 code = xfs_ioctl_setattr_dax_invalidate(ip, fa, &join_flags); in xfs_ioctl_setattr()
1589 if (code) in xfs_ioctl_setattr()
1594 code = PTR_ERR(tp); in xfs_ioctl_setattr()
[all …]
Dxfs_inode.c958 int code; in xfs_dir_ialloc() local
980 code = xfs_ialloc(tp, dp, mode, nlink, rdev, prid, &ialloc_context, in xfs_dir_ialloc()
988 if (code) { in xfs_dir_ialloc()
990 return code; in xfs_dir_ialloc()
1027 code = xfs_trans_roll(&tp); in xfs_dir_ialloc()
1037 if (code) { in xfs_dir_ialloc()
1041 return code; in xfs_dir_ialloc()
1050 code = xfs_ialloc(tp, dp, mode, nlink, rdev, prid, in xfs_dir_ialloc()
1057 if (code) { in xfs_dir_ialloc()
1060 return code; in xfs_dir_ialloc()
DKconfig125 and extra sanity-checking functions in various code paths.
127 Note that the resulting code will be HUGE and SLOW, and probably
/fs/jffs2/
DREADME.Locking53 VFS. If the garbage collection code were to attempt to lock the i_sem
59 mutex, which is obtained by the garbage collection code and also
60 by the normal file system code _after_ allocation of space.
86 the list are protected by the file mutex f->sem. But the erase code
94 pointer when the garbage collection thread exits. The code to kill the
124 This mutex is only used by the erase code which frees obsolete node
131 heavyweight lock was required to prevent the erase code from freeing
133 collection code is looking at them.
DLICENCE24 covered by the GNU General Public License. However the source code for
DTODO12 - make the scan code populate real inodes so read_inode just after
/fs/ocfs2/dlm/
Ddlmdomain.c796 .code = JOIN_DISALLOW, in dlm_query_join_handler()
816 packet.code = JOIN_DISALLOW; in dlm_query_join_handler()
820 packet.code = JOIN_OK_NO_MAP; in dlm_query_join_handler()
839 packet.code = JOIN_DISALLOW; in dlm_query_join_handler()
859 packet.code = JOIN_OK_NO_MAP; in dlm_query_join_handler()
862 packet.code = JOIN_DISALLOW; in dlm_query_join_handler()
866 packet.code = JOIN_DISALLOW; in dlm_query_join_handler()
870 packet.code = JOIN_DISALLOW; in dlm_query_join_handler()
875 packet.code = JOIN_DISALLOW; in dlm_query_join_handler()
886 packet.code = JOIN_PROTOCOL_MISMATCH; in dlm_query_join_handler()
[all …]
/fs/
DKconfig81 # this symbol for ifdefs in core code.
111 To the best of my knowledge this is dead code that no one cares about.
236 This option alone does not add any kernel code.
277 filesystem-related networking code, such as NFS daemon and
280 This option alone does not add any kernel code.
/fs/befs/
DChangeLog81 * 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/unicode/
Dmkutf8data.c1340 unsigned int code; member
1369 if (u->code == corrections[i].code) in corrections_lookup()
1420 leaf->code, leaf->ccc, leaf->gen); in nfdi_print()
1435 leaf->code, leaf->ccc, leaf->gen); in nfdicf_print()
1472 if (HANGUL_SYLLABLE(leaf->code)) in nfdi_size()
1484 if (HANGUL_SYLLABLE(leaf->code)) in nfdicf_size()
1497 return &tree->leafindex[leaf->code]; in nfdi_index()
1504 return &tree->leafindex[leaf->code]; in nfdicf_index()
1514 if (HANGUL_SYLLABLE(leaf->code)) { in nfdi_emit()
1535 if (HANGUL_SYLLABLE(leaf->code)) { in nfdicf_emit()
[all …]
/fs/cramfs/
DREADME145 code simplicity and little CPU overhead even on big-endian machines.
147 The cost of swabbing is changing the code to use the le32_to_cpu
169 The cost of option 2 relative to option 1 is that the code uses
182 will disagree. (If it is implemented, then I'll re-use that code in
/fs/btrfs/
DKconfig52 Adds code that examines all block write requests (including
72 code to make sure it is acting as it should. These are mostly
/fs/ecryptfs/
Dcrypto.c947 u8 code = 0; in ecryptfs_code_for_cipher_string() local
954 code = RFC2440_CIPHER_AES_128; in ecryptfs_code_for_cipher_string()
957 code = RFC2440_CIPHER_AES_192; in ecryptfs_code_for_cipher_string()
960 code = RFC2440_CIPHER_AES_256; in ecryptfs_code_for_cipher_string()
965 code = map[i].cipher_code; in ecryptfs_code_for_cipher_string()
969 return code; in ecryptfs_code_for_cipher_string()
/fs/coda/
DKconfig15 *client*. You will need user level code as well, both for the
/fs/adfs/
DKconfig17 To compile this code as a module, choose M here: the module will be
/fs/jbd2/
DKconfig20 you cannot compile this code as a module.
/fs/isofs/
DKconfig25 new 16 bit character code, successor to ASCII, which encodes the
/fs/cifs/
DKconfig155 the cifs code which increases the size of the cifs module.
163 to the cifs code which slightly increases the size of
/fs/affs/
DChanges176 - Remove some more superfluous code left over from
211 effort. This also led to some code cleanup.
/fs/ntfs/
DKconfig17 the old NTFS code starting with Linux 2.5.11. A backport to
/fs/ext4/
DKconfig74 Allow the ext4 file system driver code to be used for ext2

12